Mass create users
This document contains details for the POST /api/v1/account/{accountUuid}/users endpoint, including the required headers, XLSX upload format, and target account parameter.
Last updated
Was this helpful?
This document contains details for the POST /api/v1/account/{accountUuid}/users endpoint, including the required headers, XLSX upload format, and target account parameter.
Use this endpoint to upload the completed XLSX template and create users in bulk. Use the same file structure as the template from Download Example File.
Method
POST
Request URL
/api/v1/account/{accountUuid}/users
Headers
Authorization *
Bearer TOKEN
Content-Type *
multipart/form-data
Request
accountUuid *
Target account UUID
Body *
XLSX binary
Download the example XLSX file.
Fill the file with users, roles, permissions, and mailbox assignments.
Upload the completed file to create users in bulk.
POST https://api.platform_address_here/api/v1/account/3fa85f64-5717-4562-b3fc-2c963f66afa6/users
Authorization: Bearer {token}
Content-Type: multipart/form-data
file=@corporate-users.xlsxThe endpoint returns 200 if the import request succeeds.
200
Success
401
Not authorized
403
Forbidden
Last updated
Was this helpful?
Was this helpful?
