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
Key | Datatype | Required | Description |
---|---|---|---|
token | string | (Required) Authentication token. Requires scope: admin.teams:read | |
team_id | string | (Required) | |
limit | string | The maximum number of items to return. Must be between 1 - 1000 both inclusive. | |
cursor | string | Set cursor to next_cursor returned by the previous call to list items in the next page. |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e"}