admin teams list
GET {{baseUrl}}/admin.teams.list?limit=<integer>&cursor=<string>
List all teams on an Enterprise organization
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | The maximum number of items to return. Must be between 1 - 100 both inclusive. | |
cursor | string | Set cursor to next_cursor returned by the previous call to list items in the next page. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
token | string | (Required) Authentication token. Requires scope: admin.teams:read |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e"}