---
title: "Returns an array of granted and declined permissions related to the universes with the ids in ids for the authenticated user."
method: GET
path: "/legacy-develop/v1/universes/multiget/permissions"
tags: ["Universes"]
---

# Returns an array of granted and declined permissions related to the universes with the ids in ids for the authenticated user.

`GET /legacy-develop/v1/universes/multiget/permissions`

If a universe can not be found for a given ID (such as -1) it will be skipped.

## Query parameters

- `ids` integer[], required

## Response `200`

OK

- RobloxWebWebAPIModelsApiArrayResponseRobloxApiDevelopModelsUniverseIdPermissionsModel
  - `data` RobloxApiDevelopModelsUniverseIdPermissionsModel[]
    - `universeId` integer — The universe Id these permissions reference
    - `canManage` boolean — Determines whether or not consumer can manage the target universe
    - `canCloudEdit` boolean — Determines whether or not consumer can cloud the target universe This is only nullable/optional in the context of https://develop.roblox.com/docs#!/Universes/get_v1_universes_universeId_context_permissions endpoint which is consumed only internally. It should be computed and set for all other usages.

## Other responses

- `400` — 8: No universe IDs sent to get. 9: Too many universe IDs sent to get, the limit is:
- `401` — 0: Authorization has been denied for this request.

---

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