admin users list
GET {{baseUrl}}/admin.users.list?team_id=<string>&cursor=<string>&limit=<integer>
List users on a workspace
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
team_id | string | (Required) The ID (T1234 ) of the workspace. | |
cursor | string | Set cursor to next_cursor returned by the previous call to list items in the next page. | |
limit | string | Limit for how many users to be retrieved per page |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
token | string | (Required) Authentication token. Requires scope: admin.users:read |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e"}