Users

List the users

get

List the users

Authorizations
AuthorizationstringRequired
Responses
200

successful operation

application/json
get
/users

Creates a new user assigning them a server generated ID

post

Creates a new user assigning them a server generated ID

Authorizations
AuthorizationstringRequired
Body

Refer to the /schemas/user endpoint for the full JSON Schema definition

emailstring · emailRequired
firstNamestringRequired
lastNamestringRequired
timezonestringOptional
userTypestringOptional
Responses
200

successful operation

application/json
post
/users

Get the user

get

Get the user

Authorizations
AuthorizationstringRequired
Path parameters
userIdstringRequired

The ID of the user

Responses
200

successful operation

application/json
get
/users/{userId}

Update the user

put

Update the user

Authorizations
AuthorizationstringRequired
Path parameters
userIdstringRequired

The ID of the user

Body

Refer to the /schemas/user endpoint for the full JSON Schema definition

emailstring · emailRequired
firstNamestringRequired
lastNamestringRequired
timezonestringOptional
userTypestringOptional
Responses
200

successful operation

application/json
Responseobject
put
/users/{userId}

Delete the user

delete

Delete the user

Authorizations
AuthorizationstringRequired
Path parameters
userIdstringRequired

The ID of the user

Responses
200

successful operation

application/json
Responseobject
delete
/users/{userId}