# Get organization invitations **GET /api/organization-invitations** Get organization invitations. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Query parameters - **organizationId** (string) - **inviterId** (string) - **invitee** (string) ## Responses ### 200: A list of organization invitations, each item also contains the organization roles to be assigned to the user when they accept the invitation. #### Body Parameters: application/json (array[object]) - **tenantId** (string) - **id** (string) - **inviterId** (string | null) - **invitee** (string) - **acceptedUserId** (string | null) - **organizationId** (string) - **status** (string) - **createdAt** (number) - **updatedAt** (number) - **expiresAt** (number) - **organizationRoles** (array[object]) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden [Powered by Bump.sh](https://bump.sh)