GET https://api.engagor.com/{account_id}/settings/user/{id}

Description

Returns a user for a certain account.

Required Access Token Scope

accounts_read

GET Parameters

Param Description Required Default Value
This API endpoint doesn't need any parameters.

Result

user user object.

POST https://api.engagor.com/{account_id}/settings/user/{id}

Description

Updates a user for a certain account.

Required Access Token Scope

accounts_read, accounts_write

POST Parameters

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

Result

user The updated user object.

DELETE https://api.engagor.com/{account_id}/settings/user/{id}

Description

Deletes a User from a certain account.

Required Access Token Scope

accounts_read, accounts_write

DELETE Parameters

Param Description Required Default Value
This API endpoint doesn't need any parameters.

Result

Boolean that indicates if User was deleted.