GET
https://api-us.engagor.com/{account_id}/settings/user/{id}
Returns a user for a certain account.
Param | Description | Required | Default Value |
---|---|---|---|
This API endpoint doesn't need any parameters. |
user
user object.
POST
https://api-us.engagor.com/{account_id}/settings/user/{id}
Updates a user for a certain account.
Param | Description | Required | Default Value |
---|---|---|---|
updates |
A JSON encoded array of changes you want to make. Structure of the object should be like user , with only those properties you want to update. You can only update 'business_hours_schedule_id' or `account_role` at this moment. In both cases provide the `id` of the User Role or business hours schedule object. |
Yes |
user
The updated user object.
DELETE
https://api-us.engagor.com/{account_id}/settings/user/{id}
Deletes a User from a certain account.
Param | Description | Required | Default Value |
---|---|---|---|
This API endpoint doesn't need any parameters. |
Boolean that indicates if User was deleted.