Master account
Create a new sub-account under a master account.
This endpoint will create a new sub-account under a master account
post/corporate/subAccount
Request body
Example request
{
"companyName": "Test Sub-account",
"email": "test-sub@example.com",
"timezone": "Europe/Paris",
"language": "fr",
"groupIds": [
"5f8f8c3b5f56a02d4433b3a7",
"5f8f8c3b5f56a02d4433b3a8"
]
}Response
Created sub-account ID
Example response
{
"id": 122
}