# Get remaining users

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

Endpoint: GET /v1/domains/{domainId}/intents/{intentId}/remaining-users
Security: httpAuth

## Path parameters:

  - `domainId` (string, required)
    Unique identifier for the domain.

  - `intentId` (string, required)

## Query parameters:

  - `users.lock` (array)
    Return only users with given lockstatuses.
    Enum: "Unlocked", "Locked", "Archived"

## Response 200 fields (application/json):

  - `domainId` (string, required)

  - `users` (array, required)

## Response 400 fields (application/json):

  - `reason` (string, required)

  - `message` (string)


