Skip to main content
POST
/
organizations
/
{organization_id}
/
invites
/
accept
Accept Organization Invite
curl --request POST \
  --url https://api.example.com/organizations/{organization_id}/invites/accept

POST /organizations//invites/accept

This endpoint completes the organization invite flow for the authenticated user.

Notes

  • The request body supplies the invite token.
  • The organization in the route must match the token’s target organization.