admin teams owners list

GET {{baseUrl}}/admin.teams.owners.list?token=<string>&team_id=<string>&limit=<integer>&cursor=<string>

List all of the owners on a given workspace.

Request Params

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

RESPONSES

status: OK

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