---
title: "List access for organization"
method: GET
path: "/organization/{organization_id}/governance/access"
tags: ["Organizations"]
---

# List access for organization

`GET /organization/{organization_id}/governance/access`

> This endpoint **may be changed or removed at any time**. Don't use it in production environments.

## Path parameters

- `organization_id` string, required

## Query parameters

- `cursor` string
- `limit` integer
- `resource_name` string
- `owner_user_group_id` string

## Response `200`

Response

- OrganizationGovernanceAccessListResponse — OrganizationGovernanceAccessListResponse
  - `access` object[], required — Access
    - `access_data` object, required — access type specific data
      - `acls` object[], required — Acls
        - `host` string, required — Acl host
        - `id` string, required — Acl ID
        - `operation` 'Read' | 'Write', required — An enumeration.
        - `pattern_type` 'LITERAL', required — An enumeration.
        - `permission_type` 'ALLOW', required — An enumeration.
        - `principal` string, required — Acl principal
        - `resource_name` string, required — Acl resource name
        - `resource_type` 'Topic', required — An enumeration.
      - `project_name` string, required — Project name
      - `service_name` string, required — Service name
      - `username` string, required — The service username assigned to the access
    - `access_id` string, required — The ID of the access
    - `access_name` string, required — Label to describe the access
    - `access_type` 'KAFKA', required — An enumeration.
    - `create_time` string, required — Timestamp of when access was created
    - `created_by` string, required — The user that created the access
    - `credentials_consumed` boolean, required — Wether the credentials have been reviewed
    - `credentials_user_id` string, required — The user that created is assigned to review the credentials
    - `owner_user_group_id` string — The ID of the group that will own the access
  - `first` string — First page
  - `last` string — Last page
  - `next` string — Next page
  - `prev` string — Previous page
  - `total_count` integer — Total number of results

## Other responses

- `400` — Invalid request parameters
- `404` — Resource not found

---

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