Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://cloud.kaneo.app/api/auth/organization/accept-invitation \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "invitationId": "<string>" } '
{ "invitation": {}, "member": {} }
Accept an invitation to an organization
Bearer token authentication
The ID of the invitation to accept
Success
Was this page helpful?