User types
Creates a new user type assigning them a server generated ID
Authorizations
AuthorizationstringRequired
Body
Refer to the /schemas/user-type endpoint for the full JSON Schema definition
idstringRead-onlyOptional
namestringRequired
applicationstring · enumRequiredPossible values:
Responses
200
successful operation
application/json
400
Invalid status value
application/json
post
/user-typesGet the user type
Authorizations
AuthorizationstringRequired
Path parameters
userTypeIdstringRequired
The ID of the user type
Body
Refer to the /schemas/user-type endpoint for the full JSON Schema definition
idstringRead-onlyOptional
namestringRequired
applicationstring · enumRequiredPossible values:
Responses
200
successful operation
application/json
Responseobject
400
Invalid status value
application/json
get
/user-types/{userTypeId}Update the user type
Authorizations
AuthorizationstringRequired
Path parameters
userTypeIdstringRequired
The ID of the user type
Body
Refer to the /schemas/user-type endpoint for the full JSON Schema definition
idstringRead-onlyOptional
namestringRequired
applicationstring · enumRequiredPossible values:
Responses
200
successful operation
application/json
Responseobject
400
Invalid status value
application/json
put
/user-types/{userTypeId}