cURL
curl --request GET \ --url https://api.example.com/api/auth/organizations/invitations \ --header 'X-Organization-Id: <x-organization-id>'
{ "invitations": [ { "invite_id": "inv_xyz789", "email": "newuser@example.com", "client_id": "org_abc123", "role": "user", "invited_by": "user_def456", "status": "pending", "created_at": "2024-03-01T12:00:00Z", "expires_at": "2024-03-08T12:00:00Z" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.getbutter.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getbutter.ai/llms.txt
Use this file to discover all available pages before exploring further.
Show Invitation Object
pending
accepted
cancelled