Create an enterprise for an organization
Create an enterprise in the specified organization. Also create a user if it doesn't already exist. This endpoint is intended for creating enterprises in Crypto-as-a-Service (CaaS) organizations. For non-CaaS organizations, set isCaaS to false to skip validation.
By default the new enterprise's initial kycState follows the environment: approved where KYC is not enforced (testnet-like environments) and pending where it is enforced (production, staging). Pass fullSandboxKyc: true to simulate the full KYC flow in a non-enforcing environment by starting with kycState = pending. Ignored in enforcing environments. KycExemption license takes precedence and overrides to approved even when this flag is set.
Path parameters
Request body
Example request
{
"additionalAdmins": [
"59cd72485007a239fb00282ed480da1f"
]
}Response
OK
Example response
{
"enterpriseId": "59cd72485007a239fb00282ed480da1f",
"userId": "59cd72485007a239fb00282ed480da1f"
}Changes
Changed in 2 of the 33 revisions of this API.2
- ○
the request property
became optionalrequest-property-became-optional
- ○
- ○
added the new optional request property
new-optional-request-property
- ○