Organization invitation and user onboarding process
Endpoint | Method | Description |
---|---|---|
/api/invitations/send | POST | Create a new invitation |
/api/invitations/resend | POST | Resend an existing invitation |
/api/invitations/accept | POST | Accept an invitation |
/api/invitations/reject | POST | Reject an invitation |
/api/invitations/list | GET | List all invitations for an organization |
/api/invitations/{id} | GET | Get details of a specific invitation |