admin teams list

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

List all teams on an Enterprise organization

Request Params

KeyDatatypeRequiredDescription
limitstringThe maximum number of items to return. Must be between 1 - 100 both inclusive.
cursorstringSet cursor to next_cursor returned by the previous call to list items in the next page.

HEADERS

KeyDatatypeRequiredDescription
tokenstring(Required) Authentication token. Requires scope: admin.teams:read

RESPONSES

status: OK

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