Skip to main content

Overview

Invitations allow you to add members to your organization. When you create an invitation, the recipient receives an email with a link to accept. Invitations expire after 7 days.

Prerequisites

  • An organization ID (find yours in the Developer Dashboard)
  • A valid API key with permission to manage organization members

Code Example

Response

Options

Idempotency

If you include an idempotency_key, duplicate requests within 24 hours return the original response without resending the email. This is useful for retry logic.

Listing Invitations

Check pending invitations for your organization:

Revoking an Invitation

Cancel a pending invitation:

Error Handling

Next Steps

Authentication

Learn about API key management

Organizations

Manage organization settings