authenticatedUserPermissionsForUniverse
Returns a list of permissions related to a specific universe for the authenticated user.
Parameters
| Name | Type | Description |
|---|---|---|
| universeId | Identifier | The ID of the universe to get permissions for. |
Example
const { data: permissions } = await ClassicDevelopApi.authenticatedUserPermissionsForUniverse({
universeId: 6069031486,
}); Example Data
{ canManage: true, canCloudEdit: true } Endpoint
GET /v1/universes/{universeId}/permissions