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

successboolean required

Whether the invitation was successfully accepted

organization_idstring required

Identifier for API resources. A 26-char nanoid (URL/DNS safe).

organization_namestring required

A name for the entity to be displayed in UI

user_idstring

Identifier for API resources. A 26-char nanoid (URL/DNS safe).

Example response

{
  "organization_id": "ab3def8hij2klm9opq5rst7uvw",
  "user_id": "ab3def8hij2klm9opq5rst7uvw"
}

Changes

Changed in 2 of the 23 revisions of this API.15

    • the endpoint scheme security OAuth2 was added to the API

      api-security-added

    • the endpoint scheme security bearerAuth was added to the API

      api-security-added

    • the endpoint scheme security org-management_bearerAuth was removed from the API

      api-security-removed

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • deleted the header request parameter X-Request-ID

      request-parameter-removed

    • the endpoint scheme security org-management_bearerAuth was added to the API

      api-security-added

    • the endpoint scheme security svc-org-management_bearerAuth was removed from the API

      api-security-removed

    This revision also has 82 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog