Creates a new user
| From Body | Type | Description |
|---|---|---|
| FirstName | String | Max 30 characters |
| LastName | String | Max 30 characters |
| LoginName | String | Max 20 characters |
| RefGroupID | Int32 | Optional. |
{
"FirstName": "sample string 1",
"LastName": "sample string 2",
"LoginName": "sample string 3",
"RefGroupID": 1
}
No object is returned by this request
| Bundle(s) |
|---|
| Users |