---
title: "Get a list of locked IPs for a user"
method: GET
path: "/api/v1/users/{authId}/locked-ips"
tags: ["Users"]
---

# Get a list of locked IPs for a user

`GET /api/v1/users/{authId}/locked-ips`

Required scope - read_user

## Path parameters

- `authId` string, required

## Response `200`

A list of IPs

- object
  - `lockedIps` string[] — The list of locked IP addresses for the user

## Changes

- **2024-08-11** `11e2773b3a1e` — 1 warning, 1 info
  - removed the optional property `lockedIPs` from the response with the `200` status
  - added the optional property `lockedIps` to the response with the `200` status

[Change history](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api/changes/api/v1/users/:authId/locked-ips/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.dev/valuemelody/apis/melody-auth-s2s-api/revisions/ffd604cd7944?raw)
