NOTE
To get access and subscribe to our webhooks, email [email protected].
This webhook will be triggered when a user is created.
Below is an example user.created
payload.
{
"user_id": 12345,
"location_ids": [
111
],
"department_ids": [
222
],
"role_ids": [
123,
124
]
}