Company Memberships
Upsert a membership
Create or update a company membership. Note that memberships are managed through user operations rather than direct API calls.
POST
Company memberships are managed indirectly through user operations. To create or update a membership:
- Use the create or update a user endpoints
- Include the membership details in the
memberships
field of the user object - The system will automatically handle the membership creation/update
This approach ensures data consistency and maintains proper relationships between users and companies.