/admin.teams.admins.list
GET
/admin.teams.admins.listList all of the admins on a given workspace.
Request
Query Params
token
string
required
Authentication token. Requires scope: admin.teams:read
limit
integer
optional
The maximum number of items to return.
cursor
string
optional
Set cursor
to next_cursor
returned by the previous call to list items in the next page.
team_id
string
required
Request samples
Responses
Typical success response(200)
Typical error response(500)
Typical success response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
ok
#/definitions/700149required
Additional properties
integer | number | string | boolean
optional
Exampleresponse
{
"admin_ids": [
"U1234"
],
"ok": true
}
Last modified: a year ago