Request to update an existing tenant organization.
Identifier of the tenant to update.
1
Updated name of the tenant.
"Acme Corporation Updated"
Email address of the tenant administrator.
True to enable the tenant, false to disable.
true
True to mark the tenant for deletion.
false
True to resend the invitation email to the tenant administrator.
false
Wrapper for API operation results containing success status, error information, and return value.
True if the operation completed successfully, false otherwise.
true
True if the operation failed, false otherwise.
false
Error information returned when the operation fails.
{
"code": "ValidationError",
"message": "The request parameters failed validation.",
"info": [
"The Name field is required.",
"The Id field must be greater than 0."
]
}The result value returned when the operation is successful.
{
"id": 42,
"name": "Acme Corporation",
"accountsCount": 5,
"configurationsCount": 12,
"walletsCount": 8,
"pendingUsersCount": 2,
"activeUsersCount": 15,
"isEnabled": true,
"firstAdminPendingEmail": "[email protected]"
}