---
title: "List users who can be set as lead owners."
method: GET
path: "/Users/all"
tags: ["GET Details"]
---

# List users who can be set as lead owners.

`GET /Users/all`

## Headers

- `api-version` string

## Response `200`

Request processed successfully.

- UserViewModel[]
  - `userId` string, uuid — Gets or sets the user id.
  - `emailAddress` string, nullable — Gets or sets the user email address.
  - `userName` string, nullable — Gets or sets the user name.

## Other responses

- `204` — No users were found for the lending partner.
- `400` — Lending Partner Id or Party Id not found.
- `403` — Unauthorized request! Please check your bearer token.

---

[API](https://skmtc.dev/youlend/apis/prequalification.md) · [All operations](https://skmtc.dev/youlend/apis/prequalification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/youlend/prequalification/revisions/a76313c6cc3d/schema)
