/admin.teams.owners.list
GET
/admin.teams.owners.listList all of the owners on a given workspace.
Request
Query Params
token
string
required
Authentication token. Requires scope: admin.teams:read
team_id
string
required
limit
integer
optional
The maximum number of items to return. Must be between 1 - 1000 both inclusive.
cursor
string
optional
Set cursor
to next_cursor
returned by the previous call to list items in the next page.
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
{
"ok": true,
"owner_ids": [
"U1234"
]
}
Last modified: a year ago