AppUserRequest Data Type

Properties
name data type constraints description
guid string  
login string  
firstName string  
lastName string  
infoTourEnabled boolean required
externalId string  

Example

{
  "guid" : "...",
  "login" : "...",
  "firstName" : "...",
  "lastName" : "...",
  "infoTourEnabled" : true,
  "externalId" : "..."
}