Create a user

Creates a new User object.

Path parameters

account_idstringRequired

The account for which the user should be created.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
first_namestringRequired

The user’s first name.

last_namestringOptional

The user’s last name.

metadatamap from strings to anyOptional

Set of key-value pairs that will be stored with the user.

photo_urlstringOptional

URL of a photo to be used as the user’s avatar.

Response

User

first_namestringOptional

The user’s first name.

idstringOptional

Unique identifier for the object.

last_namestringOptional

The user’s last name.

metadatamap from strings to anyOptional

Set of key-value pairs that will be stored with the user.

photo_urlstringOptional

URL of a photo to be used as the user’s avatar.