Organization Memberships
Merge and update organization membership metadata
Update an organization membership's metadata attributes by merging existing values with the provided parameters. Metadata values will be updated via a deep merge. Deep means that any nested JSON objects will be merged as well. You can remove metadata keys at any level by setting their value to null.
patch/organizations/{organization_id}/memberships/{user_id}/metadata
Path parameters
organization_idstring required
The ID of the organization to which this membership belongs
user_idstring required
The ID of the user to which this membership belongs
Request body
Response
Success