---
title: "Lists all pending members for a specified contract"
method: GET
path: "/contracts/{contract_id}/invites"
tags: ["contracts"]
---

# Lists all pending members for a specified contract

`GET /contracts/{contract_id}/invites`

You need to be a member of the Contract’s scope to access this resource

## Path parameters

- `contract_id` string, required

## Response `200`

OK

- object[]
  - `data` object, required
    - `id` string, required
    - `type` 'contract-invite', required
    - `attributes` object, required
      - `email` string, required
      - `roles` string[], required

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/elastic/apis/elastic-io-rest-api-documentation-v2.md) · [All operations](https://skmtc.net/elastic/apis/elastic-io-rest-api-documentation-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elastic/elastic-io-rest-api-documentation-v2/revisions/411f9f98c01e/schema)
