deleteOrganizationMembership()
Removes a user from the specified organization.
- Name
organizationId
- Type
string
- Description
The ID of the organization the user will be removed from.
- Name
userId
- Type
string
- Description
The user ID to remove from the organization.
Backend API (BAPI) endpoint
This method in the SDK is a wrapper around the BAPI endpoint DELETE/organizations/{organization_id}/memberships/{user_id}
. See the BAPI reference for more information.
Feedback
Last updated on