Account corporate users¶
Account can have corporate users, which belongs to account’s domain names. Before you can create multiple users you should download a file example, make changes in it and upload after that.
Download example file¶
Returns example XLSX binary with all available roles, permissions and mailboxes for account.
Endpoint |
|
---|---|
Method |
GET |
Request URL |
|
Headers |
|
Authorization * |
Bearer TOKEN |
Request |
|
accountUuid * |
Target account UUID |
Mass create users¶
Receives XLSX file and create users with permissions. Will return 200 if OK.
Endpoint |
|
---|---|
Method |
POST |
Request URL |
|
Headers |
|
Authorization * |
Bearer TOKEN |
Content-Type * |
multipart/form-data |
Request |
|
accountUuid * |
Target account UUID |
Body * |
XLSX binary |