authenticatedUserPermissionsForUniverses
Returns a list of permissions related to specific universes for the authenticated user.
Parameters
Name | Type | Description |
---|---|---|
universeIds | ArrayNonEmptyIfConst | The IDs of the universes to get permissions for. |
Example
const { data: permissions } = await ClassicDevelopApi.authenticatedUserPermissionsForUniverses({
universeIds: [6069031486],
});
Example Data
{ "6069031486": { canManage: true, canCloudEdit: true } }
Endpoint
GET /v1/universes/multiget/permissions