---
title: "List scope invites"
method: GET
path: "/scopes/{scope}/invites"
---

# List scope invites

`GET /scopes/{scope}/invites`

Returns a list of invites to a scope

## Path parameters

- `scope` string, required — The name of a scope. This must not be @ prefixed.

## Response `200`

OK

- ScopeInvite[]
  - `scope` string, required — The name of a scope. This must not be @ prefixed.
  - `targetUser` object, required — The user that the invite is for.
    - `id` string, uuid, required — The ID of a user.
    - `name` string, required — The user's display name.
    - `avatarUrl` string, required — The URL to the user's avatar.
    - `githubId` integer, nullable — The user's GitHub ID.
    - `createdAt` string, date-time, required — The date and time when the user profile was created.
    - `updatedAt` string, date-time, required — The date and time when the user profile was last updated.
  - `requestingUser` object, required — The user that sent the invite.
    - `id` string, uuid, required — The ID of a user.
    - `name` string, required — The user's display name.
    - `avatarUrl` string, required — The URL to the user's avatar.
    - `githubId` integer, nullable — The user's GitHub ID.
    - `createdAt` string, date-time, required — The date and time when the user profile was created.
    - `updatedAt` string, date-time, required — The date and time when the user profile was last updated.
  - `createdAt` string, date-time, required — The date and time when the invite was created.
  - `updatedAt` string, date-time, required — The date and time when the invite was last updated.

## Other responses

- `401` — Unauthorized
- `403` — User is not a scope admin
- `404` — Scope not found

## Changes

> 15 revisions in range; 4 could not be searched.

- **2026-02-06** `0c4e8d8a5c2a` — 2 breaking, 7 warning, 2 info
  - the response property `items/targetUser/allOf[#/components/schemas/User]/githubId` became nullable for the status `200`
  - removed the required property `items/inviter` from the response with the `200` status
  - changed the pattern of the `path` request parameter `scope` from `/^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$/` to `^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$`
  - removed the optional property `items/targetUser/allOf[#/components/schemas/User]/email` from the response with the `200` status
  - …7 more
- **2024-02-28** `f8d3b912d946` — 1 breaking, 1 warning, 8 info
  - removed the required property `items/requestingUser` from the response with the `200` status
  - changed the pattern of the `path` request parameter `scope` from `^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$` to `/^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$/`
  - added the optional property `items/targetUser/allOf[#/components/schemas/User]/email` to the response with the `200` status
  - added the optional property `items/targetUser/allOf[#/components/schemas/User]/inviteCount` to the response with the `200` status
  - …6 more

[Change history](https://skmtc.dev/jsr-io/apis/jsr-api/changes/scopes/:scope/invites/get.md)

---

[API](https://skmtc.dev/jsr-io/apis/jsr-api.md) · [All operations](https://skmtc.dev/jsr-io/apis/jsr-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jsr-io/jsr-api/revisions/abb153728b13/schema)
