---
title: "Permission Data"
method: GET
path: "/user/permissions/{entity}"
tags: ["user"]
---

# Permission Data

`GET /user/permissions/{entity}`

Permission data for the multiple Entities and Objects Provided.

## Path parameters

- `entity` string, required

## Query parameters

- `ids` string, required

## Response `200`

successful operation

- Permission[]
  - `permissionId` integer — The ID of this Permission Record
  - `entityId` integer — The Entity ID that this Permission refers to
  - `groupId` integer — The User Group ID that this permission refers to
  - `objectId` integer — The object ID that this permission refers to
  - `isUser` integer — A flag indicating whether the groupId refers to a user specific group
  - `entity` string — The entity name that this refers to
  - `objectIdString` string — Legacy for when the Object ID is a string
  - `group` string — The group name that this refers to
  - `view` integer — A flag indicating whether view permission is granted
  - `edit` integer — A flag indicating whether edit permission is granted
  - `delete` integer — A flag indicating whether delete permission is granted
  - `modifyPermissions` integer — A flag indicating whether modify permission permission is granted.

---

[API](https://skmtc.net/xibosignage/apis/xibo-api.md) · [All operations](https://skmtc.net/xibosignage/apis/xibo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xibosignage/xibo-api/revisions/fe497e811c7f/schema)
