User Update by Username
PUT
/v1/Users/UpdateByUserName
Update a user by their username
Parameters
Query Parameters
userNamestring
UserName
Example
user@company.comRequest Body
application/json
id
string
roles
string[]
fullName
string
userName
string
Required
Min Length
1Format
"email"email
string
Required
Min Length
1Format
"email"useAD
boolean
azureAdObjectId
string
firstName
string
Required
Min Length
1lastName
string
Required
Min Length
1screenName
string
Max Length
6isInfoScreenUser
boolean
isMobileUser
boolean
businessUnitId
integer
Format
"int32"Responses
OK
application/json
{
"id": "string",
"roles": [
"string"
],
"fullName": "string",
"userName": "string",
"email": "string",
"useAD": true,
"azureAdObjectId": "string",
"firstName": "string",
"lastName": "string",
"screenName": "string",
"isInfoScreenUser": true,
"isMobileUser": true,
"businessUnitId": 0
}
PUT
/v1/Users/UpdateByUserName