Update User Properties (Deprecated)
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
This operation updates the properties associated with a user.
Path Parameters
- UserId string required
- application/json
Request Body required
users object[]
agePasswordDays int32associatedUserGroups object[]
userGroupName stringassociatedUserGroupsOperationType int32description stringemail stringenableUser booleanfullName stringpassword stringuserEntity object
userName stringvalidationParameters object
password string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
errorString stringerrorCode integerentity object
userId integeruserName string
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"errorString": "string",
"errorCode": 0,
"entity": {
"userId": 0,
"userName": "string"
}
}
]
}
Loading...