Users
Create user
Creates a new User object.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The account ID
Body
application/json
POST body for creating a user
The user's first name.
The user's last name.
Set of key-value pairs that will be stored with the user.
URL of a photo to be used as the user's avatar.
Response
201 - application/json
Response schema for single user
The user's first name.
Unique identifier for the object.
The user's last name.
Set of key-value pairs that will be stored with the user.
URL of a photo to be used as the user's avatar.