---
title: "GET /resources/{resource_id}/non-human-identities"
method: GET
path: "/resources/{resource_id}/non-human-identities"
tags: ["resources"]
---

# GET /resources/{resource_id}/non-human-identities

`GET /resources/{resource_id}/non-human-identities`

Gets the list of non-human identities with access to this resource.

## Path parameters

- `resource_id` string, uuid, required

## Query parameters

- `limit` integer

## Response `200`

List of non-human identities with access to this resource.

- AccessList
  - `results` Access[]
    - `principal_id` string, uuid, required — The ID of the principal with access.
    - `principal_type` 'GROUP' | 'RESOURCE' | 'USER', required — The type of an entity.
    - `entity_id` string, uuid, required — The ID of the entity being accessed.
    - `entity_type` 'GROUP' | 'RESOURCE' | 'USER', required — The type of an entity.
    - `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.
    - `expiration_date` string, date-time, nullable — The day and time the principal's access will expire.
    - `has_direct_access` boolean, required — The principal has direct access to this entity (vs. inherited access).
    - `num_access_paths` integer, required — The number of ways in which the principal has access to this entity (directly and inherited).

---

[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)
