User
Create user
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
Unique identifier for the user.
Email address of the user.
First name of the user.
Last name of the user.
Additional metadata related to the user.
Response Parameters
Object containing the created user’s ID.