Update User Identity (v2.0)
PUT/v2.0/api/tenants/:tenant_id/users/:user_id
Update an user identity.
Request
Path Parameters
The tenant ID.
The user ID.
- application/json
Body
Details of the site Network Policy local prefix to be associated
List the users in a disabled state.
List the reason for the disabled state.
The first name of the user. Max size = 100.
The ID.
Lists if the user is inactive.
Reason the user is inactive.
The last name of the user.
The middle name of the user.
The region.
ID of the tenant.
The user dn.
The user fqn.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
List the users in a disabled state.
List the reason for the disabled state.
The first name of the user. Max size = 100.
The ID.
Lists if the user is inactive.
Reason the user is inactive.
The last name of the user.
The middle name of the user.
The region.
ID of the tenant.
The user dn.
The user fqn.
{
"disabled": true,
"disabled_reason": "string",
"first_name": "string",
"id": "string",
"inactive": true,
"inactive_reason": "string",
"last_name": "string",
"middle_name": "string",
"region": "string",
"tenant_id": "string",
"user_dn": "string",
"user_fqn": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
The error code.
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "INVALID_JSON"
}
]
}
}