Create Company

Create a new Company. Provide parent_company_sid to create a Sub-Company. The number of Sub-Companies allowed is limited to 10 initially, but you can request to have this limit increased. Sub-Companies cannot themselves have Sub-Companies.

📘

Max length for Companycode

Company code must be 30 characters or less

Body Params
string
string
string
string
string
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

400

Either you did not provide a company name, owner name, or owner email address, or the owner email address is invalid. Ensure you are providing 'owner_name and 'owner_email if attempting to create a Company or Sub-Company.

403

Either you do not have permission to create a Company, or the limit of Sub-Companies has been reached. Ensure you are providing parent_company_sid if attempting to create a Sub-Company.

409

There is already a Company with the provided code. Company codes must be unique within the entire system, since they map to URLs for that Company.

Language
Credentials
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/protobuf