API referenceWorkspaceOrganization
Delete member
Removes an active member or revokes a pending invitation identified by memberRef. The owning members domain resolves the current state before applying the correct operation.
- Endpoint
DELETE /v1/organization/members/{memberRef}- Authorization
- Required permission: `members:manage`.
- Environments
- Production only
- Idempotency
- Required for safe retries.
Update member PATCH
Updates the role and optional receipt access for an active member. Use the dedicated organization admin endpoint to assign the administrator role.
Resend member invitation POST
Sends another notification for a pending member invitation. The memberRef must identify an invitation rather than an active member.