Users
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
201Success
application/json
idstringRequiredExample:
Unique internal identifier of the user
550e8400-e29b-41d4-a716-446655440000avatar_idobject · nullableRequiredExample:
URL to the user's avatar image
https://example.com/avatar.jpgfirst_namestringRequiredExample:
The user's first name
Vovalast_namestringRequiredExample:
The user's last name
Smithexternal_user_idobject · nullableRequiredExample:
External identifier for the user assigned by third-party system
ext_user_123456full_namestringOptionalExample:
The user's full name (first name + last name)
Vova Smithphoneobject · nullableOptionalExample:
The user's phone number
+1234567890statusstring · enumOptionalExample:
Current status of the user account
ActivePossible values: created_atstring · date-timeRequiredExample:
Timestamp when the user was created
2024-09-02T21:00:00.000Z429
Returned when the rate limit is exceeded
post
/api/v1/public/users/batchLast updated

