Create Sub-account
POST/sub-account
Creates a new sub-account under the parent account. Each sub-account must have a unique handle composed solely of lowercase alphanumeric characters. If no handle is provided, a random handle will be generated.
Request
Responses
- 201
- 400
- 403
- 409
- 500
The sub-account was successfully created.
Malformed request. The request body is invalid.
The operation is forbidden. The parent account does not have permission to create sub-accounts.
A sub-account with the specified name already exists.
An unexpected internal error occurred.