rozod
    Preparing search index...

    Variable getCloudV2UniversesUniverseIdPlacesPlaceIdUserRestrictionsConst Api Param Description

    getCloudV2UniversesUniverseIdPlacesPlaceIdUserRestrictions: EndpointGeneric<
        {
            maxPageSize?: number;
            pageToken?: string;
            place_id: string;
            universe_id: string;
        },
        {
            nextPageToken: string;
            userRestrictions: {
                gameJoinRestriction: {
                    active: boolean;
                    displayReason: string;
                    duration: string;
                    excludeAltAccounts: boolean;
                    inherited: boolean;
                    privateReason: string;
                    startTime: string;
                };
                path: string;
                updateTime: string;
                user: string;
            }[];
        },
        undefined,
    > = ...

    GET https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/places/:place_id/user-restrictions List User Restrictions universe_id The universe ID. place_id The place ID. maxPageSize The maximum number of user restrictions to return. The service might return fewer than this value. If unspecified, at most 10 user restrictions are returned. The maximum value is 100 and higher values are set to 100. pageToken A page token, received from a previous call, to retrieve a subsequent page.

    When paginating, all other parameters provided to the subsequent call must match the call that provided the page token. List user restrictions for users that have ever been banned in either a universe or a specific place.