Accept an invite
Accepts an invite on behalf of the authenticated user and adds them to the
associated team or thread. The invite key is passed in the request body
rather than the URL so it never appears in access logs, Referer headers,
or error-reporter URL captures.
This endpoint requires an authenticated end-user session. S2S secret-key
tokens and unauthenticated requests are rejected with 401. If the
authenticated user is already a member of the invite's target, the request
returns 409. Both per-IP and per-user rate limits apply; exceeding either
returns 429.
Parameters
input: {key:string}
Request body.
key: string
Opaque invite key identifying the invite to accept. Obtained from an invite link or a previous invite creation response.
Accept an invite Accepts an invite on behalf of the authenticated user and adds them to the associated team or thread. The invite
keyis passed in the request body rather than the URL so it never appears in access logs,Refererheaders, or error-reporter URL captures. This endpoint requires an authenticated end-user session. S2S secret-key tokens and unauthenticated requests are rejected with401. If the authenticated user is already a member of the invite's target, the request returns409. Both per-IP and per-user rate limits apply; exceeding either returns429.