---
title: "Get remaining users"
method: GET
path: "/v1/domains/{domainId}/intents/{intentId}/remaining-users"
tags: ["Intents"]
---

# Get remaining users

`GET /v1/domains/{domainId}/intents/{intentId}/remaining-users`

This API operation will return the remaining user IDs able to approve for the currently open step of the intent approval process.

## Path parameters

- `domainId` string, uuid, required
- `intentId` string, uuid, required

## Query parameters

- `users.lock` CoreLockStatus[]

## Response `200`

- CoreRemainingDomainUsers[]
  - `domainId` string, uuid, required
  - `users` string[], required

## Other responses

- `400` — Intent is not opened (IntentNotOpenedError)
- `401` — One of: Invalid JWT (InvalidJwtError); User not authorized (PermissionDeniedError)
- `404` — Entity or Domain not found (EntityNotFoundError)

---

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