Skip to main content

OrganizationUserResponseModel

idinteger

Unique numeric identifier.

Example: 9876
substring

The unique identifier for the user for authentication and authorization purposes.

Example: 5c7d8e9f0a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d
emailstring

User email address.

usernamestring

Login username.

Example: Jane Doe
namestring

Resource name.

Example: Jane Doe
rolestring

Role assigned to the user.

Example: Owner
rbac_roles object[]

An array containing the IDs of any RBAC (Role-Based Access Control) roles granted to the user.

  • Array [
  • namestring

    Resource name.

  • ]
  • joined_atstring<date-time>
    last_loginstring<date-time>
    Example: 2026-05-06T14:32:11Z
    OrganizationUserResponseModel
    {
    "id": 9876,
    "sub": "5c7d8e9f0a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d",
    "email": "[email protected]",
    "username": "Jane Doe",
    "name": "Jane Doe",
    "role": "Owner",
    "rbac_roles": [
    {
    "name": "string"
    }
    ],
    "joined_at": "2024-07-29T15:51:28.071Z",
    "last_login": "2026-05-06T14:32:11Z"
    }