{
"user": {
"allow_web_console": true,
"description": "string",
"displayname": "string",
"email": "string",
"enable_mfa": true,
"enabled": true,
"is_system_account": true,
"lang": "string",
"mobile": "string",
"name": "string",
"password": "string",
"skip_password_complexity_check": true
}
}
curl --location --request PUT 'https://example.com:30888/users/' \
--header 'Content-Type: application/json' \
--data-raw '{
"user": {
"allow_web_console": true,
"description": "string",
"displayname": "string",
"email": "string",
"enable_mfa": true,
"enabled": true,
"is_system_account": true,
"lang": "string",
"mobile": "string",
"name": "string",
"password": "string",
"skip_password_complexity_check": true
}
}'
{
"user": {
"allow_web_console": true,
"can_delete": true,
"can_update": true,
"created_at": "2019-08-24T14:15:22Z",
"credential_count": 0,
"default_project_id": "string",
"delete_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
},
"deleted": true,
"deleted_at": "2019-08-24T14:15:22Z",
"description": "string",
"displayname": "string",
"domain_id": "string",
"email": "string",
"enable_mfa": true,
"enabled": true,
"ext_resource": {
"property1": 0,
"property2": 0
},
"ext_resources_last_update": "2019-08-24T14:15:22Z",
"ext_resources_next_update": "2019-08-24T14:15:22Z",
"extra": {},
"failed_auth_at": "2019-08-24T14:15:22Z",
"failed_auth_count": 0,
"group_count": 0,
"groups": [
{
"Domain": "string",
"DomainId": "string",
"Id": "string",
"Name": "string"
}
],
"id": "string",
"idps": [
{
"idp": "string",
"idp_driver": "string",
"idp_entity_id": "string",
"idp_id": "string",
"is_sso": true,
"template": "string"
}
],
"is_emulated": true,
"is_local": true,
"is_system_account": true,
"lang": "string",
"last_active_at": "2019-08-24T14:15:22Z",
"last_login_ip": "string",
"last_login_source": "string",
"metadata": {
"property1": "string",
"property2": "string"
},
"mobile": "string",
"name": "string",
"need_reset_password": true,
"password_expires_at": "2019-08-24T14:15:22Z",
"password_reset_hint": "string",
"pending_deleted": true,
"pending_deleted_at": "2019-08-24T14:15:22Z",
"project_count": 0,
"project_domain": "string",
"projects": [
{
"domain": "string",
"domain_id": "string",
"id": "string",
"metadata": {
"property1": "string",
"property2": "string"
},
"name": "string"
}
],
"record_checksum": "string",
"update_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
},
"update_version": 0,
"updated_at": "2019-08-24T14:15:22Z"
}
}