---
title: "List authenticated user's scope invites"
method: GET
path: "/user/invites"
---

# List authenticated user's scope invites

`GET /user/invites`

Returns a list of invites to scopes that the authenticated user has received

## 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

## Changes

- **2026-02-06** `0c4e8d8a5c2a` — 2 breaking, 6 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
  - removed the optional property `items/targetUser/allOf[#/components/schemas/User]/email` from the response with the `200` status
  - removed the optional property `items/targetUser/allOf[#/components/schemas/User]/inviteCount` from the response with the `200` status
  - …6 more
- **2024-02-28** `f8d3b912d946` — 1 breaking, 8 info
  - removed the required property `items/requestingUser` from the response with the `200` status
  - 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
  - added the optional property `items/targetUser/allOf[#/components/schemas/User]/isBlocked` to the response with the `200` status
  - …5 more

[Change history](https://skmtc.dev/jsr-io/apis/jsr-api/changes/user/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)
