v1
latestOpenAPI 3.1.02026-07-26189891.1 MBEnterprise
Attach a child organization to an enterprise
Attaches an existing organization to an enterprise. The retention and owner field are optional, and will be defaulted if not specified. To specify which child organization to attach, one of its service keys must be supplied through our typical service key authorization schema; either as basic authorization or through the servicekey header.
post/v1/enterprise/account
Request body
Example request
{
"retention": 7,
"owner": "owner@example.org"
}Response
Child organization successfully attached.
Example response
{
"account": "0000000000",
"enterprise": "0000000000",
"retention": 7,
"owner": "owner@example.org",
"retentionPeriods": [
7
],
"plan": "enterprise",
"servicekey": "7b273eb8adc962f2711ad760730debb0"
}