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

# PUT /owners/{owner_id}/users

`PUT /owners/{owner_id}/users`

Sets the list of users for this owner. If escalation is enabled, the order of this list is the escalation priority order of the users. If the owner has a source group, adding or removing users from this list won't be possible.

## Path parameters

- `owner_id` string, uuid, required

## Request body

- UserIDList — A list of user IDs.
  - `user_ids` string[], required

## Response `200`

The updated users for the 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/revisions/13b58df96d40/schema)
