Skip to main content
GET
List non-removed organization users for selection controls

Authorizations

Authorization
string
header
required

OAuth 2.0 access token obtained through RFC 8628 at /api/auth/device/code and /api/auth/oauth2/token. The API enforces governance:read, session:write, and client-status:write as appropriate.

Response

200 - application/json

User options

id
string<uuid>
required
subject
string
required
email
string<email>
required
Example:

"developer@example.com"

role
enum<string>
required
Available options:
admin,
member
active
boolean
required

Compatibility projection of status == active

status
enum<string>
required
Available options:
active,
suspended,
removed
protected
boolean
required

Deployment-managed identity that cannot be demoted, suspended, or deleted

provisioning_source
enum<string>
required
Available options:
local,
scim
managed
boolean
required

True when role and lifecycle are controlled through SCIM

created_at
string<date-time>
required
updated_at
string<date-time>
required