User types

List the user types

get

List the user types

Authorizations
AuthorizationstringRequired
Responses
200

successful operation

application/json
get
/user-types

Creates a new user type assigning them a server generated ID

post

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
post
/user-types

Get the user type

get

Get 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
get
/user-types/{userTypeId}

Update the user type

put

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
put
/user-types/{userTypeId}

Delete the user type

delete

Delete the user type

Authorizations
AuthorizationstringRequired
Path parameters
userTypeIdstringRequired

The ID of the user type

Responses
200

successful operation

application/json
Responseobject
delete
/user-types/{userTypeId}