latestSwagger 2.02026-08-101561322.2 MB

3e4029d19684

User Subaccounts

Invite a new sub-account

<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Sub-Accounts/inviteSubaccount" target="_blank">Try in sandbox</a><br>

post/api/v2/subaccounts

Request body

emailstring email required

The invitation email will be sent to this email address.

role'A' | 'U' required

Type of account:

  • A for Administrator sub-account;
  • U for Regular User.

Example request

{
  "email": "john@example.com",
  "role": "U"
}

Response

Request executed with success.