UserUpdate
An update to a user.
Syntax
json
{
"username": "string",
"email": "string",
"firstName": "string",
"lastName": "string",
"displayName": "string"
}
Type Definition
- Type
object
- Properties
email
optionalThe updated email address of the user.
- Type
string
- Type
firstName
optionalThe updated first name of the user.
- Type
string
- Type
lastName
optionalThe updated last name of the user.
- Type
string
- Type
displayName
optionalThe updated display name of the user.
- Type
string
- Type