Skip to main content
POST
/
v1
/
invites
/
{invite_id}
/
accept
Accept Invite
curl --request POST \
  --url http://localhost:8000/v1/invites/{invite_id}/accept
{
  "tenant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "role": "USER"
}

Documentation Index

Fetch the complete documentation index at: https://docs.knowledgestack.ai/llms.txt

Use this file to discover all available pages before exploring further.

Headers

authorization
string | null

Path Parameters

invite_id
string<uuid>
required

Cookies

ks_uat
string | null

Response

Successful Response

Response returned after accepting an invite.

tenant_id
string<uuid>
required
role
enum<string>
required

Tenant user role.

Available options:
USER,
OWNER,
ADMIN