GET
https://api.engagor.com/{account_id}/settings/team/{id}
Return a single Team object
Param | Description | Required | Default Value |
---|---|---|---|
This API endpoint doesn't need any parameters. |
team
The requested Team object.
POST
https://api.engagor.com/{account_id}/settings/team/{id}
Edit a Team 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 team , with only those properties you want to update. |
Yes | |
options |
A JSON encoded object of options for the update. Supported keys: "users_edit_mode" (values: `add`, `overwrite`, `delete`, with `overwrite` as default) | No |
team
The updated Team object.
Replace all users in team with provided ones
DELETE
https://api.engagor.com/{account_id}/settings/team/{id}
Deletes a Team for a certain account.
Param | Description | Required | Default Value |
---|---|---|---|
This API endpoint doesn't need any parameters. |
Boolean that indicates if Team was deleted.