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

# Changes to List authenticated user's scope invites

`GET /user/invites`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 15 revisions.

- **2026-02-06** `0c4e8d8a5c2a` — 2 breaking, 6 warning, 2 info
- **2024-02-28** `f8d3b912d946` — 1 breaking, 8 info

## 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
  - removed the optional property `items/targetUser/allOf[#/components/schemas/User]/isBlocked` from the response with the `200` status
  - removed the optional property `items/targetUser/allOf[#/components/schemas/User]/isStaff` from the response with the `200` status
  - removed the optional property `items/targetUser/allOf[#/components/schemas/User]/scopeLimit` from the response with the `200` status
  - removed the optional property `items/targetUser/allOf[#/components/schemas/User]/scopeUsage` from the response with the `200` status
  - the `items/scope` response's property pattern was changed from `/^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$/` to `^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$` for the status `200`
  - added the required property `items/requestingUser` to the response with the `200` status
- **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
  - added the optional property `items/targetUser/allOf[#/components/schemas/User]/isStaff` to the response with the `200` status
  - added the optional property `items/targetUser/allOf[#/components/schemas/User]/scopeLimit` to the response with the `200` status
  - added the optional property `items/targetUser/allOf[#/components/schemas/User]/scopeUsage` to the response with the `200` status
  - the `items/scope` response's property pattern was changed from `^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$` to `/^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$/` for the status `200`
  - added the required property `items/inviter` to the response with the `200` status

---

[Operation](https://skmtc.dev/jsr-io/apis/jsr-api/docs/user/invites/get.md) · [API](https://skmtc.dev/jsr-io/apis/jsr-api.md) · [Page](https://skmtc.dev/jsr-io/apis/jsr-api/changes/user/invites/get)
