Create new account for a tenant
Learn more about the Segmentation Api to create a new account.
This Activation API will enable you to create a new account for your tenant.
Request
POST /api/[env]/[tenant]/accounts
Parameter | Required | Description | |
---|---|---|---|
Headers | Authorization
| Yes | Information about authentication access token in the format "Bearer <accessToken> ". For more information, see Authentication API. |
Request body
Parameter | Type | Description |
---|---|---|
account | String | Name of the account |
key | String | Unencrypted key for RIH |
Response
Parameter | Type | Description |
---|---|---|
success | boolean | True for success response |
error | Error | Error object for details |
result | account | Account value |
result.id | String | UUID of account |
result.account | String | Account name |