rozod
    Preparing search index...

    Variable getUniversesMultigetPermissionsConst Api Param Description

    getUniversesMultigetPermissions: EndpointGeneric<
        { ids: number[] },
        {
            data: { canCloudEdit: boolean; canManage: boolean; universeId: number }[];
        },
        undefined,
    > = ...

    GET https://develop.roblox.com/v1/universes/multiget/permissions Returns an array of granted and declined permissions related to the universes with the ids in ids for the authenticated user. ids The universe ids. If a universe can not be found for a given ID (such as -1) it will be skipped.