Create a user
Creates a new User object.
Path parameters
account_id
The account for which the user should be created.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
first_name
The user’s first name.
last_name
The user’s last name.
metadata
Set of key-value pairs that will be stored with the user.
photo_url
URL of a photo to be used as the user’s avatar.
Response
User
first_name
The user’s first name.
id
Unique identifier for the object.
last_name
The user’s last name.
metadata
Set of key-value pairs that will be stored with the user.
photo_url
URL of a photo to be used as the user’s avatar.