Create User

Create a new user, and also create a personal group for the user.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired
The name of the user
emailstringRequired
The email address of the user
thumbnail_urlstring or nullOptional
The thumbnail URL of the user
super_userboolean or nullOptional
Whether the user is a super user
send_inviteboolean or nullOptionalDefaults to true
Whether to send an invite email to the user

Response

Successful Response
group_roleslist of objects
The group roles of the user
deal_roleslist of objects
The deal roles of the user
namestring
The name of the user
emailstring
The email address of the user
idinteger
api_key_final_charactersstring or null
thumbnail_urlstring or null
The thumbnail URL of the user
created_atstring or nullformat: "date-time"
updated_atstring or nullformat: "date-time"
is_archivedboolean or null
super_userboolean or null

Errors