getAllInvitations
@GET(value = "organizations/{organization_id}/invitations")
Retrieve all invitations for an organization. The current user must have permissions to manage the members of the organization.
Parameters
organizationId
The id of the organization for which the invitation will be retrieved.
limit
Applies a limit to the number of results returned. Can be used for paginating the results together with offset.
offset
Skip the first offset results when paginating. Needs to be an integer greater or equal to zero. To be used in conjunction with limit.
status
The status to filter by. See: OrganizationInvitation.Status