---
title: "List Pending Invitations in Organization"
method: GET
path: "/v1/organizations/{organizationId}/invitations"
tags: ["Members"]
---

# List Pending Invitations in Organization

`GET /v1/organizations/{organizationId}/invitations`

This endpoint returns the list of pending invitations within the
given Organization identified by the `organizationId` parameter.

## Path parameters

- `organizationId` string, uuid, required

## Response `200`

- OrganizationInvitationModel[]
  - `invitationId` string, uuid, required — The identifier of the Invitation.
  - `email` string, nullable, required — The invited user's email address.
  - `productId` string, uuid, required — The identifier of the Product the user was invited to.
  - `productName` string, nullable, required — The name of the Product the user was invited to.
  - `permissionGroupId` integer, required — The identifier of the Permission Group the user was invited to.
  - `createdAt` string, date-time, required — Creation time of the Invitation.
  - `expired` boolean, required — Determines whether the Invitation is expired.
  - `expires` string, date-time, required — Expiration time of the Invitation.

## Other responses

- `400` — Bad request.
- `404` — Not found.
- `429` — Too many requests. In case of the request rate exceeds the rate limits.

---

[API](https://skmtc.net/configcat/apis/configcat-public-management-api.md) · [All operations](https://skmtc.net/configcat/apis/configcat-public-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/configcat/configcat-public-management-api/versions/6b4d53bc1455/schema)
