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

KeyDatatypeRequiredDescription
tokenstring(Required) Authentication token. Requires scope: admin.teams:read
limitstringThe maximum number of items to return.
cursorstringSet cursor to next_cursor returned by the previous call to list items in the next page.
team_idstring(Required)

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;}