---
title: "Returns list of granted and declined permissions related to the universe with the id universeId for authenticated user"
method: GET
path: "/legacy-develop/v1/universes/{universeId}/permissions"
tags: ["Universes"]
---

# Returns list of granted and declined permissions related to the universe with the id universeId for authenticated user

`GET /legacy-develop/v1/universes/{universeId}/permissions`

## Path parameters

- `universeId` integer, required

## Response `200`

OK

- RobloxApiDevelopModelsUniversePermissionsModel — A model containing information about a universe permissions
  - `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` — 1: The universe does not exist.
- `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/revisions/40ce8069acc1/schema)
