svc-org-management_other
Accept and consume an invitation token to join the organization
post/invitations/{token}/accept
Path parameters
tokenstring required
Invitation token
Headers
X-Client-Request-IDstring uuid
Unique request identifier specified by the originating caller and passed along by proxies.
Response
Invitation accepted successfully
Example response
{
"organization_id": "ab3def8hij2klm9opq5rst7uvw",
"user_id": "ab3def8hij2klm9opq5rst7uvw"
}