---
title: "Get a list of users by orgGroupId"
method: GET
path: "/api/v1/org-groups/{id}/users"
tags: ["Org Groups"]
---

# Get a list of users by orgGroupId

`GET /api/v1/org-groups/{id}/users`

Required scope - read_user, read_org

## Path parameters

- `id` number, required

## Response `200`

A list of users by orgGroupId

- object
  - `users` User[]
    - `id` number, required
    - `authId` string, required
    - `email` string, nullable, required
    - `linkedAuthId` string, nullable
    - `socialAccountId` string, nullable, required
    - `socialAccountType` string, nullable, required
    - `firstName` string, nullable, required
    - `lastName` string, nullable, required
    - `locale` string, required
    - `loginCount` number, required
    - `mfaTypes` string[], required
    - `emailVerified` boolean, required
    - `otpVerified` boolean, required
    - `smsPhoneNumberVerified` boolean, required
    - `isActive` boolean, required
    - `isInviting` boolean, required
    - `invitationExpiresAt` string, nullable
    - `createdAt` string, required
    - `updatedAt` string, required
    - `deletedAt` string, nullable, required

## 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-06-21** `abeaa4c8a112` — 1 info
  - endpoint added
- **2024-08-11** `11e2773b3a1e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api/changes/api/v1/org-groups/:id/users/get.md)

---

[API](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api.md) · [All operations](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/valuemelody/melody-auth-s2s-api/revisions/2e1471620fd7/schema)
