Membership
Partial update membership
Update a part of membership object.
patch/api/v1/organization_groups/{organizationGroupID}/memberships/{membershipID}
Path parameters
membershipIDinteger required
A unique integer value identifying this membership.
organizationGroupIDinteger required
A unique integer value identifying organization group.
Request body
Example request
{
"id": 3,
"url": "https://example.rossum.app/api/v1/organization_groups/1/memberships/3",
"user": "https://example.rossum.app/api/v1/users/10775",
"organization": "https://example.rossum.app/api/v1/organizations/406",
"queues": [
"https://example.rossum.app/api/v1/organization_groups/1/queues/3",
"https://example.rossum.app/api/v1/organization_groups/1/queues/4"
]
}Response
OK
Example response
{
"id": 3,
"url": "https://example.rossum.app/api/v1/organization_groups/1/memberships/3",
"user": "https://example.rossum.app/api/v1/users/10775",
"organization": "https://example.rossum.app/api/v1/organizations/406",
"queues": [
"https://example.rossum.app/api/v1/organization_groups/1/queues/3",
"https://example.rossum.app/api/v1/organization_groups/1/queues/4"
]
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.