Users
Return a list of all Users.
User response object
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Create a User from the supplied object. Do NOT submit an ID. IDs are auto generated and immutable. Note: This API is rate limited to 50 requests per 300 seconds.
User response object
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Fetches a specific User from the ID supplied in the path.
String ID of the user to get
User response object
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Update a User given the provided object. This does not do a diff. You must send the complete object.
The ID of the User to be updated
First or Given name of the user
JerryLast or Family name of the user
McGuireUser's email. This is the main identifier and cannot be changed.
[email protected]User's nickname. Optional
SkippyHTTPS URL to a user's profile picture. Optional
https://www.gfxmag.com/wp-content/uploads/2017/01/racing-car-emoji-vector-icon.pngAn array containing strings which include the role name the user should be assigned to.
["admin"]User response object
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Deletes the User.
The ID of the User to be retrieved
An empty array
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
No content
Last updated