Classic APIs
ClassicDevelopApi
authenticatedUserPermissionsForUniverse

authenticatedUserPermissionsForUniverse

Returns a list of permissions related to a specific universe for the authenticated user.

Parameters

NameTypeDescription
universeIdIdentifierThe 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