Users > Invitations > organizationsInvitationsAccept
Commerce APIUsersInvitationsorganizationsInvitationsAccept

organizationsInvitationsAccept

POST:organizations/invitations/accept.json

Description

Accept one or multiple user invitations.

When accepting an invitation you need to be authorized. You cannot accept an invitation if its destination email doesn't match your user email.

Topic: Invitations

Arguments

ids: [String!]

List of invitation ids. See also: Unique Identifiers

Example: ["in_EQzGqWoY"]


organization_id: String!

Unique organization identifier. See also: Unique Identifiers

Example: "og_EQzGqWoY"


Result

[OrganizationInvitation!]

Preview (typescript)

Loading module