admin teams admins list
GET {{baseUrl}}/admin.teams.admins.list?token=<string>&limit=<integer>&cursor=<string>&team_id=<string>
List all of the admins on a given workspace.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
token | string | (Required) Authentication token. Requires scope: admin.teams:read | |
limit | string | The maximum number of items to return. | |
cursor | string | Set cursor to next_cursor returned by the previous call to list items in the next page. | |
team_id | string | (Required) |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e"}