List Support Tenant Users
GET/api/support/admin/tenants/:tenant/users
Lists the members of a tenant, ordered by name — the people who can be chosen as the tenant's default watchers. Not paginated; no filters.
support:readGrant this scope to your token under Settings → Developer → Personal Access Tokens.
Response rows
id(integer) — the user id.name(string, nullable) — the member's name.email(string) — the member's email address.is_admin(boolean) — whether the member is an administrator of that tenant.
Authentication: Bearer token with the support:read scope, or an authenticated session, from a caller with an active support role who also holds the support admin role. No tenant context — this endpoint is central.
Request
Responses
- 200
- 401
- 403
- 404
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden
Response Headers
Not Found
Response Headers
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.