Skip to main content

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.

Required scope: support:read

Grant 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

OK

Response Headers
    Content-Type