---
title: "Changes to Get a single user by authId"
method: GET
path: "/api/v1/users/{authId}"
---

# Changes to Get a single user by authId

`GET /api/v1/users/{authId}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 12 of 50 revisions.

- **2026-04-06** `74c633c2da2c` — 1 info
- **2026-04-05** `e8542f1e3a76` — 1 info
- **2025-06-21** `abeaa4c8a112` — 1 info
- **2025-05-28** `7991790a5a19` — 1 info
- **2025-01-28** `50ad4103f227` — 1 info
- **2024-12-10** `1956019598a7` — 1 info
- **2024-10-03** `795cad873b47` — 18 info
- **2024-09-26** `192da8a641d0` — 1 info
- **2024-09-17** `1f092af5030c` — 1 warning, 2 info
- **2024-08-18** `6c0a71f4107a` — 1 info
- **2024-08-14** `3c591337acf2` — 1 info
- **2024-08-11** `11e2773b3a1e` — 19 breaking, 5 warning

## Changes

- **2026-04-06** `74c633c2da2c` — 1 info
  - added the optional property `user/allOf[#/components/schemas/User]/invitationExpiresAt` to the response with the `200` status
- **2026-04-05** `e8542f1e3a76` — 1 info
  - added the required property `user/allOf[#/components/schemas/User]/isInviting` to the response with the `200` status
- **2025-06-21** `abeaa4c8a112` — 1 info
  - added the optional property `user/allOf[subschema #2]/orgGroups` to the response with the `200` status
- **2025-05-28** `7991790a5a19` — 1 info
  - added the optional property `user/allOf[subschema #2]/attributes` to the response with the `200` status
- **2025-01-28** `50ad4103f227` — 1 info
  - added the optional property `user/allOf[subschema #2]/org` to the response with the `200` status
- **2024-12-10** `1956019598a7` — 1 info
  - added the optional property `user/allOf[#/components/schemas/User]/linkedAuthId` to the response with the `200` status
- **2024-10-03** `795cad873b47` — 18 info
  - the response property `user/allOf[#/components/schemas/User]/authId` became required for the status `200`
  - the response property `user/allOf[#/components/schemas/User]/createdAt` became required for the status `200`
  - the response property `user/allOf[#/components/schemas/User]/deletedAt` became required for the status `200`
  - the response property `user/allOf[#/components/schemas/User]/email` became required for the status `200`
  - the response property `user/allOf[#/components/schemas/User]/emailVerified` became required for the status `200`
  - the response property `user/allOf[#/components/schemas/User]/firstName` became required for the status `200`
  - the response property `user/allOf[#/components/schemas/User]/id` became required for the status `200`
  - the response property `user/allOf[#/components/schemas/User]/isActive` became required for the status `200`
  - the response property `user/allOf[#/components/schemas/User]/lastName` became required for the status `200`
  - the response property `user/allOf[#/components/schemas/User]/locale` became required for the status `200`
  - the response property `user/allOf[#/components/schemas/User]/otpVerified` became required for the status `200`
  - the response property `user/allOf[#/components/schemas/User]/smsPhoneNumberVerified` became required for the status `200`
  - the response property `user/allOf[#/components/schemas/User]/socialAccountId` became required for the status `200`
  - the response property `user/allOf[#/components/schemas/User]/socialAccountType` became required for the status `200`
  - the response property `user/allOf[#/components/schemas/User]/updatedAt` became required for the status `200`
  - the response property `user/allOf[subschema #2]/roles` became required for the status `200`
  - added the required property `user/allOf[#/components/schemas/User]/loginCount` to the response with the `200` status
  - added the required property `user/allOf[#/components/schemas/User]/mfaTypes` to the response with the `200` status
- **2024-09-26** `192da8a641d0` — 1 info
  - added the optional property `user/allOf[#/components/schemas/User]/smsPhoneNumberVerified` to the response with the `200` status
- **2024-09-17** `1f092af5030c` — 1 warning, 2 info
  - removed the optional property `user/allOf[#/components/schemas/User]/googleId` from the response with the `200` status
  - added the optional property `user/allOf[#/components/schemas/User]/socialAccountId` to the response with the `200` status
  - added the optional property `user/allOf[#/components/schemas/User]/socialAccountType` to the response with the `200` status
- **2024-08-18** `6c0a71f4107a` — 1 info
  - added the optional property `user/allOf[#/components/schemas/User]/googleId` to the response with the `200` status
- **2024-08-14** `3c591337acf2` — 1 info
  - added the optional property `user/allOf[#/components/schemas/User]/otpVerified` to the response with the `200` status
- **2024-08-11** `11e2773b3a1e` — 19 breaking, 5 warning
  - the response property `user/allOf[#/components/schemas/User]/authId` became optional for the status `200`
  - the response property `user/allOf[#/components/schemas/User]/createdAt` became optional for the status `200`
  - the response property `user/allOf[#/components/schemas/User]/deletedAt` became optional for the status `200`
  - the response property `user/allOf[#/components/schemas/User]/email` became optional for the status `200`
  - the response property `user/allOf[#/components/schemas/User]/emailVerified` became optional for the status `200`
  - the response property `user/allOf[#/components/schemas/User]/firstName` became optional for the status `200`
  - the response property `user/allOf[#/components/schemas/User]/id` became optional for the status `200`
  - the response property `user/allOf[#/components/schemas/User]/isActive` became optional for the status `200`
  - the response property `user/allOf[#/components/schemas/User]/lastName` became optional for the status `200`
  - the response property `user/allOf[#/components/schemas/User]/locale` became optional for the status `200`
  - the response property `user/allOf[#/components/schemas/User]/updatedAt` became optional for the status `200`
  - the response property `user/allOf[subschema #2]/roles` became optional for the status `200`
  - removed the required property `user/allOf[#/components/schemas/User]/isInviting` from the response with the `200` status
  - removed the required property `user/allOf[#/components/schemas/User]/loginCount` from the response with the `200` status
  - removed the required property `user/allOf[#/components/schemas/User]/mfaTypes` from the response with the `200` status
  - removed the required property `user/allOf[#/components/schemas/User]/otpVerified` from the response with the `200` status
  - removed the required property `user/allOf[#/components/schemas/User]/smsPhoneNumberVerified` from the response with the `200` status
  - removed the required property `user/allOf[#/components/schemas/User]/socialAccountId` from the response with the `200` status
  - removed the required property `user/allOf[#/components/schemas/User]/socialAccountType` from the response with the `200` status
  - removed the optional property `user/allOf[#/components/schemas/User]/invitationExpiresAt` from the response with the `200` status
  - removed the optional property `user/allOf[#/components/schemas/User]/linkedAuthId` from the response with the `200` status
  - removed the optional property `user/allOf[subschema #2]/attributes` from the response with the `200` status
  - removed the optional property `user/allOf[subschema #2]/org` from the response with the `200` status
  - removed the optional property `user/allOf[subschema #2]/orgGroups` from the response with the `200` status

---

[Operation](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api/docs/api/v1/users/:authId/get.md) · [API](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api.md) · [Page](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api/changes/api/v1/users/:authId/get)
