Account Corporate Users

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.

Download example file

Use this endpoint to download an example XLSX file with all available roles, permissions, and mailboxes for the account.

Endpoint

Method

GET

Request URL

/api/v1/account/{accountUuid}/users/example

Headers

Authorization *

Bearer TOKEN

Request

accountUuid *

Target account UUID

Mass create users

Use this endpoint to upload an XLSX file and create users with permissions. The endpoint returns 200 if the request succeeds.

Endpoint

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