Skip to main content

UpdateUserRequest

Request to update a user

displayNamestringrequired

Display name of the user

Possible values: <= 255 characters

userBlockedStatusstring

Blocked status of the user

Possible values: [BLOCKED, NOT_BLOCKED]

UpdateUserRequest
{
"displayName": "string",
"userBlockedStatus": "BLOCKED"
}