---
title: "Get Current User's ACL"
method: GET
path: "/v2.0/users/me/acl"
tags: ["Users"]
---

# Get Current User's ACL

`GET /v2.0/users/me/acl`

Gets the access control list (ACL) information for the current user's profile.

## Headers

- `Accept` 'application/json' | 'application/hal+json' | 'application/xml' | 'text/xml' | 'text/csv'

## Response `200`

Returns the acl object for the user.

- object
  - `organisationWide` object
    - `rights` object
      - `analyticsOdata` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `apiKeys` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `auditEvents` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `liveAgentAccount` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `projects` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `userDetails` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `users` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `connections` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `contactProfiles` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `conversationHistory` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `endpoints` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `extensions` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `flowNodeComments` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `flowNodeDescription` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `flowNodes` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `flows` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `intents` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `knowledgeStores` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `lexicons` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `liveAgentInbox` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `locales` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `logs` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `memberDetails` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `members` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `goals` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `nluConnectors` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `playbooks` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `project` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `projectSettings` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `snapshots` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `states` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `tasks` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `tokens` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
      - `voiceGatewayAccount` object
        - `create` boolean
        - `read` boolean
        - `update` boolean
        - `delete` boolean
    - `roles` string[]
  - `projectWide` object

## Other responses

- `400` — The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing)
- `401` — The request has not been applied because it lacks valid authentication credentials for the target resource.
- `402` — Upgrade your Plan to increase your Quota.
- `403` — The server understood the request but refuses to authorize it.
- `404` — The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
- `405` — The method received in the request-line is known by the origin server but not supported by the target resource.
- `409` — The request conflicts with current state of the server.
- `413` — The request entity is larger than limits defined by server.
- `500` — The server encountered an unexpected condition that prevented it from fulfilling the request.
- `501` — The server does not support the functionality required to fulfill the request.
- `502` — The server, while acting as a gateway or proxy, received an invalid response from an inbound server it accessed while attempting to fulfill the request.
- `503` — The server is not ready to handle the request.
- `504` — The server, while acting as a gateway or proxy, did not receive a timely response from an upstream server it needed to access in order to complete the request.

---

[API](https://skmtc.net/cognigy/apis/simulator-openapi-rest-ful-api-reference.md) · [All operations](https://skmtc.net/cognigy/apis/simulator-openapi-rest-ful-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cognigy/simulator-openapi-rest-ful-api-reference/versions/85b2872bdfb7/schema)
