Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \ --url https://api.caret.so/v1/invites \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "email": "user@example.com", "role": "member", "isUrlInvite": false }'
{ "invite": { "id": "inv_123", "email": "user@example.com", "code": "abc123xy", "role": "member", "expiresAt": "2026-02-27T10:00:00Z", "createdAt": "2026-01-28T10:00:00Z", "isUrlInvite": false } }
Create a new invite for the workspace
admin
member
true
false
Show Invite