Users

Create users in batch

post

This method allows creating multiple users in a single request.

Authorizations
x-api-keystringRequired
Header parameters
x-tenant-idstring · uuidOptional

Tenant id (uuid v4)

Body
usersstring[]Required

An array containing user objects with the following fields: external_user_id, email, first_name, last_name, and phone

Responses
post
/api/v1/public/users/batch

Last updated