Organizations
Create a customer organization
Create a customer organization to manage parent-child relationships for your customers.
POST
/
customer-organizations
Headers
Authorization
string
requiredYour API credentials. Eg. Basic {credentials}
.
Sequence-Version
enum<string>
Use this header to select an API version
Available options:
2024-07-30
Body
application/json
ownerId
string
requiredID of the customer that will own the organization.
memberIds
string[]
requiredIDs of the customers who are members of this organization, excluding the owner. These are the children in a parent-child relationship. You can pass an empty array if they are not yet known.
Response
201 - application/json
id
string
requiredOrganization ID
owner
object
requiredID of the customer that will own the organization.
members
object[]
requiredMembers of the customer organization, excluding the owner. These are the children in a parent-child relationship.