---
title: "Changes to Get a list of users"
method: GET
path: "/api/v1/users"
---

# Changes to Get a list of users

`GET /api/v1/users`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 11 of 50 revisions.

- **2026-04-06** `74c633c2da2c` — 1 info
- **2026-04-05** `e8542f1e3a76` — 1 info
- **2025-01-28** `50ad4103f227` — 1 breaking, 19 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** `131e51c870ea` — 1 info
- **2024-08-18** `6c0a71f4107a` — 1 info
- **2024-08-14** `3c591337acf2` — 1 info
- **2024-08-11** `11e2773b3a1e` — 19 breaking, 3 warning, 1 info

## Changes

- **2026-04-06** `74c633c2da2c` — 1 info
  - added the optional property `users/items/invitationExpiresAt` to the response with the `200` status
- **2026-04-05** `e8542f1e3a76` — 1 info
  - added the required property `users/items/isInviting` to the response with the `200` status
- **2025-01-28** `50ad4103f227` — 1 breaking, 19 info
  - the `users/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `users/items/linkedAuthId` to the response with the `200` status
  - removed `#/components/schemas/User, subschema #2` from the `users/items/` response property `allOf` list for the response status `200`
  - added the required property `users/items/authId` to the response with the `200` status
  - added the required property `users/items/createdAt` to the response with the `200` status
  - added the required property `users/items/deletedAt` to the response with the `200` status
  - added the required property `users/items/email` to the response with the `200` status
  - added the required property `users/items/emailVerified` to the response with the `200` status
  - added the required property `users/items/firstName` to the response with the `200` status
  - added the required property `users/items/id` to the response with the `200` status
  - added the required property `users/items/isActive` to the response with the `200` status
  - added the required property `users/items/lastName` to the response with the `200` status
  - added the required property `users/items/locale` to the response with the `200` status
  - added the required property `users/items/loginCount` to the response with the `200` status
  - added the required property `users/items/mfaTypes` to the response with the `200` status
  - added the required property `users/items/otpVerified` to the response with the `200` status
  - added the required property `users/items/smsPhoneNumberVerified` to the response with the `200` status
  - added the required property `users/items/socialAccountId` to the response with the `200` status
  - added the required property `users/items/socialAccountType` to the response with the `200` status
  - added the required property `users/items/updatedAt` to the response with the `200` status
- **2024-12-10** `1956019598a7` — 1 info
  - added the optional property `users/items/allOf[#/components/schemas/User]/linkedAuthId` to the response with the `200` status
- **2024-10-03** `795cad873b47` — 18 info
  - the response property `users/items/allOf[#/components/schemas/User]/authId` became required for the status `200`
  - the response property `users/items/allOf[#/components/schemas/User]/createdAt` became required for the status `200`
  - the response property `users/items/allOf[#/components/schemas/User]/deletedAt` became required for the status `200`
  - the response property `users/items/allOf[#/components/schemas/User]/email` became required for the status `200`
  - the response property `users/items/allOf[#/components/schemas/User]/emailVerified` became required for the status `200`
  - the response property `users/items/allOf[#/components/schemas/User]/firstName` became required for the status `200`
  - the response property `users/items/allOf[#/components/schemas/User]/id` became required for the status `200`
  - the response property `users/items/allOf[#/components/schemas/User]/isActive` became required for the status `200`
  - the response property `users/items/allOf[#/components/schemas/User]/lastName` became required for the status `200`
  - the response property `users/items/allOf[#/components/schemas/User]/locale` became required for the status `200`
  - the response property `users/items/allOf[#/components/schemas/User]/otpVerified` became required for the status `200`
  - the response property `users/items/allOf[#/components/schemas/User]/smsPhoneNumberVerified` became required for the status `200`
  - the response property `users/items/allOf[#/components/schemas/User]/socialAccountId` became required for the status `200`
  - the response property `users/items/allOf[#/components/schemas/User]/socialAccountType` became required for the status `200`
  - the response property `users/items/allOf[#/components/schemas/User]/updatedAt` became required for the status `200`
  - the response property `users/items/allOf[subschema #2]/roles` became required for the status `200`
  - added the required property `users/items/allOf[#/components/schemas/User]/loginCount` to the response with the `200` status
  - added the required property `users/items/allOf[#/components/schemas/User]/mfaTypes` to the response with the `200` status
- **2024-09-26** `192da8a641d0` — 1 info
  - added the optional property `users/items/allOf[#/components/schemas/User]/smsPhoneNumberVerified` to the response with the `200` status
- **2024-09-17** `1f092af5030c` — 1 warning, 2 info
  - removed the optional property `users/items/allOf[#/components/schemas/User]/googleId` from the response with the `200` status
  - added the optional property `users/items/allOf[#/components/schemas/User]/socialAccountId` to the response with the `200` status
  - added the optional property `users/items/allOf[#/components/schemas/User]/socialAccountType` to the response with the `200` status
- **2024-08-18** `131e51c870ea` — 1 info
  - added the new optional `query` request parameter `search`
- **2024-08-18** `6c0a71f4107a` — 1 info
  - added the optional property `users/items/allOf[#/components/schemas/User]/googleId` to the response with the `200` status
- **2024-08-14** `3c591337acf2` — 1 info
  - added the optional property `users/items/allOf[#/components/schemas/User]/otpVerified` to the response with the `200` status
- **2024-08-11** `11e2773b3a1e` — 19 breaking, 3 warning, 1 info
  - the `users/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `users/items/authId` from the response with the `200` status
  - removed the required property `users/items/createdAt` from the response with the `200` status
  - removed the required property `users/items/deletedAt` from the response with the `200` status
  - removed the required property `users/items/email` from the response with the `200` status
  - removed the required property `users/items/emailVerified` from the response with the `200` status
  - removed the required property `users/items/firstName` from the response with the `200` status
  - removed the required property `users/items/id` from the response with the `200` status
  - removed the required property `users/items/isActive` from the response with the `200` status
  - removed the required property `users/items/isInviting` from the response with the `200` status
  - removed the required property `users/items/lastName` from the response with the `200` status
  - removed the required property `users/items/locale` from the response with the `200` status
  - removed the required property `users/items/loginCount` from the response with the `200` status
  - removed the required property `users/items/mfaTypes` from the response with the `200` status
  - removed the required property `users/items/otpVerified` from the response with the `200` status
  - removed the required property `users/items/smsPhoneNumberVerified` from the response with the `200` status
  - removed the required property `users/items/socialAccountId` from the response with the `200` status
  - removed the required property `users/items/socialAccountType` from the response with the `200` status
  - removed the required property `users/items/updatedAt` from the response with the `200` status
  - deleted the `query` request parameter `search`
  - removed the optional property `users/items/invitationExpiresAt` from the response with the `200` status
  - removed the optional property `users/items/linkedAuthId` from the response with the `200` status
  - added `#/components/schemas/User, subschema #2` to the `users/items/` response property `allOf` list for the response status `200`

---

[Operation](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api/docs/api/v1/users/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/get)
