Create a child customer account
Creates a child customer account in the context of the calling account as the parent. Optionally configures default workflows for the child customer and provisions an initial set of users who will be invited via the supplied email addresses.
Authorizations
Headers
Your API key provided by FrankieOne
"245c765b124a098d09ef8765...."
Your Customer ID provided by FrankieOne
"12345678-1234-1234-1234-123456789012"
Open string that can be used to define the "channel" the request comes in from. It can potentially be used in routing and risk calculations upon request. Default values that can be used are: api portal smartui Any alphanumeric string is supported though. Anything over 64 characters will be truncated.
Username provided by API caller
"fred.flintstone@frankieone.com"
Body
Request to create a child customer account in the context of the calling account as the parent.
A child customer account in the context of the calling account as the parent.
Workflows that will be configured for the child customer by default.
Optional list of users to provision in the newly created child customer account. Each user will be invited via the supplied email address.
Optional map of additional configurations to apply to the child customer, keyed by namespace (e.g. white_label_portal). The number of entries is variable - callers may supply zero, one, or many namespaces. Each value is the raw configuration payload for that namespace and is stored as-is.
{
"white_label_portal": {
"brandName": "Acme",
"primaryColor": "#FF6600"
}
}Optional list of external references to associate with the child customer.
Response
Child customer account successfully created.
Response object for creating a child customer account.
The unique request identifier for the API call made.
"01HN9XHZN6MGXM9JXG50K59Q85"
A child customer account in the context of the calling account as the parent.
The workflows that have been configured for the child customer.
The users that have been provisioned in the newly created child customer account.
The additional configurations that have been applied to the child customer, keyed by namespace (e.g. white_label_portal). The number of entries returned reflects what was supplied on create.
{
"white_label_portal": {
"brandName": "Acme",
"primaryColor": "#FF6600"
}
}The external references that have been associated with the child customer.