GET
https://api-us.engagor.com/{account_id}/settings/teams
Returns the list of Teams for a certain account.
Param | Description | Required | Default Value |
---|---|---|---|
page_token |
Paging parameter. | No | |
limit |
Amount of Teams to return. (Allowed: 0 to 200.) | No |
(int) 20 |
paged_list
of team
items.
POST
https://api-us.engagor.com/{account_id}/settings/teams
Adds a new Team for a certain account.
Param | Description | Required | Default Value |
---|---|---|---|
team |
A JSON encoded array of a Team you want to make. Structure of the object should be like team . Eg. {"name":"My team","users":[{"id": 1},{"id": 2}]} |
Yes |
team
The new Team.