---
title: "List tenant-specific roles with permissions"
method: GET
path: "/admin/integrations/data/tenant-roles-permissions"
tags: ["Admin Integrations"]
---

# List tenant-specific roles with permissions

`GET /admin/integrations/data/tenant-roles-permissions`

Returns paginated tenant roles with their full permission details.
Supports standard Spring pagination parameters.

## Query parameters

- `entityId` string, uuid, required
- `page` integer
- `size` integer
- `sort` string

## Response `200`

OK

- object
  - `data` object[]
    - `roleSetId` string, uuid — Specifies the unique role set identifier.
    - `roleName` string — Specifies the display name of the role.
    - `description` string — Specifies the role description.
    - `appType` string — Specifies the application type.
    - `entityId` string — Specifies the tenant entity ID.
    - `status` string — Specifies the role status.
    - `roleType` string — Specifies the role type.
    - `createdOn` string, date-time — Specifies the creation timestamp.
    - `updatedOn` string, date-time — Specifies the last update timestamp.
    - `permissions` object[] — Specifies the permission details for the role.
      - `permissionGroupId` string — Specifies the permission group identifier.
      - `permissionGroupName` string — Specifies the display name of the permission group.
      - `category` string — Specifies the permission category.
      - `permissions` string[] — Specifies the list of individual permissions.
  - `page` integer — Specifies the zero-based page number of the current page.
  - `size` integer — Specifies the number of records returned per page.
  - `totalElements` integer — Specifies the total number of matching records.
  - `totalPages` integer — Specifies the total number of available pages.
  - `hasNext` boolean — Indicates whether another page of results is available.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
