Endpoint: POST /v1/users

This endpoint allows you to create a new user by providing necessary user details such as user_id, email, first_name, last_name, and additional metadata. You will need an API key for authentication.

Parameters

user_id
string
required

Unique identifier for the user.

email
string
required

Email address of the user.

first_name
string
required

First name of the user.

last_name
string
required

Last name of the user.

metadata
object
required

Additional metadata related to the user.

Response Parameters

user_id
object

Object containing the created userโ€™s ID.