API Reference
Log In
API Reference

Create a user

This endpoint creates a new user and sets their status to active. It is also possible to create a new team of only one person (the new user) in the same request.

👍

Roles

Platform Administrators and Team Administrators can access this route.

Path Params
string
required

The account’s identifier.

Body Params
string
required

The user’s first name.

string
required

The user’s last name.

string
required

The user’s email.

string

The title of the user. It can be any value with max length of 50. Defaults to null.

string

The user’s identifier in the client’s authorization system. Currently, it is set to the user’s email.

team
object

The new team object. It can be an empty object (without children parameters).

Responses

Language
Credentials
Request
Choose an example:
application/json