---
title: "Get a single user by authId"
method: GET
path: "/api/v1/users/{authId}"
tags: ["Users"]
---

# Get a single user by authId

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

Required scope - read_user

## Path parameters

- `authId` string, required

## Response `200`

A single user object

- object
  - `user` UserDetail
    - `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
    - `roles` string[], nullable, required
    - `org` object, nullable
      - `id` number
      - `name` string
      - `slug` string
    - `orgGroups` object[], nullable
      - `id` number
      - `name` string
    - `attributes` object, nullable

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

[Full history](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api/changes/api/v1/users/:authId/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)
