GET organizations/invitations

flat.io

Summary: List the organization invitations
Operation ID: listOrganizationInvitations
Auth: unknown

Parameters (4)

limit (integer, query, optional, default: 50)

This is the maximum number of objects that may be returned

Constraints: {'minimum': 1, 'maximum': 1000}

next (string, query, optional)

An opaque string cursor to fetch the next page of data. The paginated API URLs are returned in the `Link` header when requesting the API. These URLs will contain a `next` and `previous` cursor based on the available data.

previous (string, query, optional)

An opaque string cursor to fetch the previous page of data. The paginated API URLs are returned in the `Link` header when requesting the API. These URLs will contain a `next` and `previous` cursor based on the available data.

role (string, query, optional)

Filter users by role

Constraints: {'enum': ['user', 'teacher', 'admin']}

No probe data for this endpoint yet.