---
title: "GET /resource-user-access-status/{resource_id}/{user_id}"
method: GET
path: "/resource-user-access-status/{resource_id}/{user_id}"
tags: ["resources"]
deprecated: true
---

# GET /resource-user-access-status/{resource_id}/{user_id}

`GET /resource-user-access-status/{resource_id}/{user_id}`

> **Deprecated.**

Get user's access status to a resource.

## Path parameters

- `resource_id` string, uuid, required
- `user_id` string, uuid, required

## Query parameters

- `access_level_remote_id` string
- `cursor` string
- `page_size` integer

## Response `200`

The access status reflecting the user's access to the resource.

- ResourceUserAccessStatus — # AccessStatus Object ### Description The `AccessStatus` object is used to represent the user's access to the resource. ### Usage Example View the `AccessStatus` for a resource/user pair to determine if the user has access to the resource.
  - `resource_id` string, uuid, required — The ID of the resource.
  - `user_id` string, uuid, required — The ID of the user.
  - `access_level` ResourceAccessLevel — # Access Level Object ### Description The `AccessLevel` object is used to represent the level of access that a principal has. The "default" access level is a `AccessLevel` object whose fields are all empty strings. ### Usage Example View the `AccessLevel` of a resource/user or resource/group pair to see the level of access granted to the resource.
    - `access_level_name` string, required — The human-readable name of the access level.
    - `access_level_remote_id` string, required — The machine-readable identifier of the access level.
  - `status` 'AUTHORIZED' | 'REQUESTED' | 'UNAUTHORIZED', required — The status of the user's access to the resource.
  - `expiration_date` string, date-time, nullable — The day and time the user's access will expire.

---

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