rozod
    Preparing search index...

    Variable getVipServerCanInviteUseridConst Api Param

    getVipServerCanInviteUserid: EndpointGeneric<
        { userId: number },
        {
            canInvite: boolean;
            doesOwnerPrivacyRestrictJoins: boolean;
            inviteResponseType: 0 | 1 | 2 | 3 | 4;
        },
        undefined,
    > = ...

    GET https://games.roblox.com/v1/vip-server/can-invite/:userId Determines if a user by id is allowed to receive a VIP Server invite from the authenticated user. userId The user id.