admin users list

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

List users on a workspace

Request Params

KeyDatatypeRequiredDescription
team_idstring(Required) The ID (T1234) of the workspace.
cursorstringSet cursor to next_cursor returned by the previous call to list items in the next page.
limitstringLimit for how many users to be retrieved per page

HEADERS

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

RESPONSES

status: OK

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