NOTE
To configure webhooks:
- Partners using OAuth clients please email [email protected].
- Companies reference our Configure Company webhooks guide for more details. Webhooks are restricted to Gourmet plans.
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
]
}