Account Corporate Users
This document contains the corporate users API endpoints for an account, including downloading an example XLSX file and mass creating users.
Last updated
This document contains the corporate users API endpoints for an account, including downloading an example XLSX file and mass creating users.
An account can include corporate users that belong to the account’s domain names. To create multiple users, first download the example file, update it, and then upload it.
Use this endpoint to download an example XLSX file with all available roles, permissions, and mailboxes for the account.
Method
GET
Request URL
/api/v1/account/{accountUuid}/users/example
Headers
Authorization *
Bearer TOKEN
Request
accountUuid *
Target account UUID
Use this endpoint to upload an XLSX file and create users with permissions. The endpoint returns 200 if the request succeeds.
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
Last updated