Users
This method allows creating multiple users in a single request.
Authorizations
x-api-keystringRequired
Header parameters
x-tenant-idstring Β· uuidRequired
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
201Success
application/json
429
Returned when the rate limit is exceeded
post
/api/v1/public/users/batchLast updated