---
title: "Get all pending user access requests."
method: GET
path: "/api/admin/user-access-requests"
tags: ["Users"]
---

# Get all pending user access requests.

`GET /api/admin/user-access-requests`

**Enterprise feature**

Returns a list of all pending user access requests.

## Response `200`

#/components/schemas/userAccessRequestsSchema

- UserAccessRequestsSchema — A response model with a list of user access requests.
  - `userAccessRequests` UserAccessRequestSchema[], required — A list of user access requests.
    - `id` string, required — The unique ULID identifier for this user access request.
    - `email` string, required — The email address of the user requesting access.
    - `requestedAt` string, date-time, required — The date and time of when the user access was requested.
    - `imageUrl` string — The URL of the user profile image generated based on the email address.

## Other responses

- `401` — Authorization information is missing or invalid. Provide a valid API token as the `authorization` header, e.g. `authorization:*.*.my-admin-token`.

---

[API](https://skmtc.net/unleash/apis/unleash-api-3.md) · [All operations](https://skmtc.net/unleash/apis/unleash-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unleash/unleash-api-3/versions/b2c3116e633e/schema)
