GET:organizations/invitations.json
Commerce APIGET:organizations/invitations.json

GET:organizations/invitations.json

organizationsInvitations

Description

Get all or specific user invitations of a given organization.

This is a typical bulk get endpoint.

Topic: Invitations

Query Parameters

ids: Comma-separated array of String, required

List of invitation ids. See also: Unique Identifiers

Example: ?ids=in_EQzGqWoY,in_EQzGqWoY


loose: Boolean

When asking for multiple items, allow returning less than was asked (in case some are missing)

Example: ?loose=true


organization_id: String, required

Unique organization identifier. See also: Unique Identifiers

Example: ?organization_id=og_EQzGqWoY

Response Body

Array of OrganizationInvitation

Response Body Type

Loading module