Update an invite to accepted status and create tenant user.
cURL
curl --request POST \ --url http://localhost:8000/v1/invites/{invite_id}/accept
{ "tenant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "role": "USER" }
Documentation IndexFetch the complete documentation index at: https://docs.knowledgestack.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.knowledgestack.ai/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Response returned after accepting an invite.
Tenant user role.
USER
OWNER
ADMIN