API referenceWorkspaceOrganization
Update member
Updates the role and optional receipt access for an active member. Use the dedicated organization admin endpoint to assign the administrator role.
- Endpoint
PATCH /v1/organization/members/{memberRef}- Authorization
- Required permission: `members:manage`.
- Environments
- Production only
- Idempotency
- Required for safe retries.
Invite member POST
Invites a member with the selected role. Receipt-role invitations may include location-scoped receipt access.
Delete member DELETE
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.