---
title: "Retrieves the Access Control List (ACL) for the requesting user."
method: GET
path: "/dx/api/people/v1/acl"
tags: ["Authentication"]
---

# Retrieves the Access Control List (ACL) for the requesting user.

`GET /dx/api/people/v1/acl`

The ACL service allows users to retrieve their ACL, which defines the permissions and access levels granted to them for various resources within the system.
  This endpoint provides a mechanism for users or clients to view their current access rights, helping them understand which resources they can access and what actions they can perform.

## Response `200`

ACL retrieval successful.

## Other responses

- `401` — Unauthorized. The request is missing a valid session.

---

[API](https://skmtc.net/hcl-tech-software/apis/people-api-v1-server.md) · [All operations](https://skmtc.net/hcl-tech-software/apis/people-api-v1-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hcl-tech-software/people-api-v1-server/versions/2267cfc94cf0/schema)
