v1

latestOpenAPI 3.1.02026-07-24145580597.0 KB
Users:v1:Users

Create users

Create individual or multiple users associated with the account using the provided details.

post/users/v1/users

Query parameters

sendActivationboolean

Optional flag to send activation sms.

Optional flag to send activation sms.

Request body

firstNamestring required

The user's first name

lastNamestring required

The user's last name

phoneNumberstring required

The user's phone number

userType'user' | 'manager' | 'owner' required

An enumeration.

emailstring

The user's email (mandatory for managers and owners)

isArchivedboolean

The user's archived status

profilePictureFileIdstring

The file ID obtained from the upload attachment endpoint (POST /attachments/v1/files/generate-upload-url) with featureType set to 'users'. The file must be finalized via the complete-upload endpoint before use. Supported image formats: JPEG, PNG, BMP, TIFF, WEBP, AVIF.

Response

Successful Response

requestIdstring