---
title: "GET /owners/{owner_id}/users"
method: GET
path: "/owners/{owner_id}/users"
tags: ["owners"]
---

# GET /owners/{owner_id}/users

`GET /owners/{owner_id}/users`

Gets the list of users for this owner, in escalation priority order if applicable.

## Path parameters

- `owner_id` string, uuid, required

## Response `200`

The users for this owner.

- UserList — A list of users.
  - `users` 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/versions/13b58df96d40/schema)
