Users
Body
Body of the request to add a user to an account
createbooleanOptional
Create should be true if the user should be created if they do not exist
emailstringOptional
Email address of the user to add
namestringOptional
Name of the user to add
Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
422
Tried to update a non-existing user, use the create flag to create a new user
application/json
500
Internal Server Error
application/json
post
/usersPath parameters
idstringRequired
the id of the user
Body
Body of the request to set a user's project role
roleall ofOptional
Role is the new project role for the user (admin, user, or viewer)
string · enumOptionalPossible values:
Responses
200
OK
application/json
400
Bad Request
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
put
/users/{id}/project-roleLast updated
Was this helpful?