---
title: "Get users with seats"
method: GET
path: "/api/v2/seats/users"
tags: ["Seats"]
---

# Get users with seats

`GET /api/v2/seats/users`

Get the list of users assigned seats for a product code.

## Query parameters

- `product_code` string, required
- `page[limit]` integer
- `page[cursor]` string

## Response `200`

OK

- SeatUserDataArray — A paginated list of seat user resources with associated pagination metadata.
  - `data` SeatUserData[] — The list of seat users.
    - `attributes` SeatUserDataAttributes — Attributes of a user assigned to a seat, including their email, name, and assignment timestamp.
      - `assigned_at` string, date-time, nullable — The date and time the seat was assigned.
      - `email` string, nullable — The email of the user.
      - `name` string, nullable — The name of the user.
    - `id` string, nullable — The ID of the seat user.
    - `type` 'seat-users' — Seat users resource type.
  - `meta` SeatUserMeta — Pagination metadata for the seat users list response.
    - `cursor` string — The cursor for the seat users.
    - `limit` integer — The limit for the seat users.
    - `next_cursor` string — The next cursor for the seat users.

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Entity
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v2.md) · [All operations](https://skmtc.net/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
