User Create
POST
/v1/Users
Create a new user
Request Body
application/json
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
}
POST
/v1/Users