---
title: "Check User Access"
method: GET
path: "/users/{id}/access/{resource_id}"
tags: ["Users"]
---

# Check User Access

`GET /users/{id}/access/{resource_id}`

Checks whether a user has access to an account, product, or experience the caller can reach.

## Response `200`

access checked

- object
  - `access_level` 'no_access' | 'admin' | 'customer', required
  - `has_access` boolean, required

---

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