List users
Users
List users
List active workspace members and guest bots.
GET
List users
The organization bot token must have the following scopes:
user:read
person.email when available; bot entries include a bot object. This endpoint currently returns avatar_url as null.
Page guests and expired temporary memberships are not included. Search and single-user lookup parameters are not supported.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The Admin API version to use for this request.
Available options:
2026-06-01 Path Parameters
Query Parameters
Opaque continuation cursor from a previous user page.
Minimum string length:
1Number of users and bots to return (1–100; default 100).
Required range:
1 <= x <= 100Response
The standard list response discriminator.
Allowed value:
"list"The resource type returned in results.
Allowed value:
"user"Workspace people and bots on this page.
Maximum array length:
100- Person
- Bot
Whether another page is available; equivalent to next_cursor presence.
Opaque continuation cursor for the next page.