Create User Identity (v2.0)
Create an user identity.
Path Parameters
The tenant ID.
Request Body
Create an user identity
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.
Tenant Id: NotNull Digits(fraction = 0, integer = 20, TENANT_ID_INVALID_0001)
The user dn.
The user fqn.
- 200
- 400
Successful Operation
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.
Tenant Id: NotNull Digits(fraction = 0, integer = 20, TENANT_ID_INVALID_0001)
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
Schema
- Array [
- ]
_error ErrorResponse[]
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "INVALID_JSON"
}
]
}
}