---
title: "GET /users"
method: GET
path: "/users"
tags: ["users"]
---

# GET /users

`GET /users`

Returns a list of users for your organization.

## Query parameters

- `cursor` string
- `page_size` integer
- `tag_ids` string[]

## Response `200`

One page worth users in your organization.

- PaginatedUsersList
  - `next` string, nullable — The cursor with which to continue pagination if additional result pages exist.
  - `previous` string, nullable — The cursor used to obtain the current result page.
  - `results` User[], required
    - `user_id` string, uuid, required — The ID of the user.
    - `email` string, required — The email of the user.
    - `full_name` string, required — The full name of the user.
    - `first_name` string, required — The first name of the user.
    - `last_name` string, required — The last name of the user.
    - `position` string, required — The user's position.
    - `hr_idp_status` 'ACTIVE' | 'SUSPENDED' | 'DEPROVISIONED' | 'DELETED' | 'NOT_FOUND' — User status pulled from an HR/IDP provider.

---

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