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.
name
The name of the user
email
The email address of the user
thumbnail_url
The thumbnail URL of the user
super_user
Whether the user is a super user
send_invite
Whether to send an invite email to the user
Response
Successful Response
group_roles
The group roles of the user
deal_roles
The deal roles of the user
name
The name of the user
email
The email address of the user
id
api_key_final_characters
thumbnail_url
The thumbnail URL of the user
created_at
updated_at
is_archived
super_user

