Organizations
Add a customer to a customer organization
Add a customer to an existing customer organization. This action does not impact their membership in other organizations.
POST
/
customer-organizations
/
{id}
/
members
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
Path Parameters
id
string
requiredCustomer organisation ID
Body
application/json
customerIds
string[]
requiredIDs of customers to add to an existing organization.
Response
200 - 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.