Organization

Accepts the invitation identified by invitationId and sets the joined organization as the caller's active one.

Responds with 409 when the invitation is expired, already used, or was issued to a different email than the calling customer's.

post/organizations/invitations/{invitationId}/accept

Path parameters

invitationIdstring required

The id of the invitation to accept.

Response

OK

organizationIdstring required

The organization the customer joined.

membershipIdstring required

The id of the created membership.

Changes

Changed in 1 of the 6 revisions of this API.1