Skip to main content

SuccessResponse_ManagedUserArray

successboolean
Constant value: true
data object[]
  • Array [
  • idinteger

    The provisioned user / service-account ID

    emailstring<email>
    descriptionstring | nullnullable

    Free-text description; populated for client-managed service accounts

    firstNamestring | nullnullable

    Populated for human users; null for service accounts

    lastNamestring | nullnullable

    Populated for human users; null for service accounts

    userTypeUserType (string)

    Whether the user is a human end-user or a client-managed service account.

    Possible values: [human, client-managed]

    isLockedboolean
    currentOrganizationIdinteger | nullnullable
    createdAtstring<date-time>
  • ]
  • SuccessResponse_ManagedUserArray
    {
    "success": true,
    "data": [
    {
    "id": 0,
    "email": "user@example.com",
    "description": "string",
    "firstName": "string",
    "lastName": "string",
    "userType": "human",
    "isLocked": true,
    "currentOrganizationId": 0,
    "createdAt": "2024-07-29T15:51:28.071Z"
    }
    ]
    }