---
title: "에이전트 얻기"
method: GET
path: "/webapi/v2/agents"
tags: ["User Management"]
---

# 에이전트 얻기

`GET /webapi/v2/agents`

List agents (users) in the project with optional email filter and pagination.

## Query parameters

- `offset` integer
- `limit` integer
- `email` string, nullable

## Headers

- `AGENT-EMAIL` string
- `USER-EMAIL` string
- `OWN-USER-ID` string

## Response `200`

알겠습니다.

- AgentsResponse
  - `agents` AgentResponse[], required
    - `id` string, required
    - `lastName` string, required
    - `firstName` string, required
    - `email` string, required

## Other responses

- `400` — Invalid request parameters.
- `401` — Authentication failed. The API-KEY header is missing or invalid.
- `403` — Access denied. The project is inactive or the request IP is not allowed.
- `500` — Internal server error.

---

[API](https://skmtc.dev/allganize/apis/alli-api-documentation.md) · [All operations](https://skmtc.dev/allganize/apis/alli-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/allganize/alli-api-documentation/revisions/c3e966e54dfc/schema)
