API referenceWorkspaceOrganization
Resend member invitation
Sends another notification for a pending member invitation. The memberRef must identify an invitation rather than an active member.
- Endpoint
POST /v1/organization/members/{memberRef}/invitation-reminders- Authorization
- Required permission: `members:manage`.
- Environments
- Production only
- Idempotency
- Required for safe retries.
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.
List credentials GET
Lists organization-owned API keys without returning their secret values. Use id and lastUsedAt to audit and rotate credentials.