Skip to main content

SuccessResponse_ManagedUser

successboolean
Constant value: true
data object

A user provisioned into an enterprise organization — either a human managed user or a client-managed service account.

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_ManagedUser
{
"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"
}
}