rozod
    Preparing search index...

    Variable postTeamCreatePreemptiveConst Api Param Description

    postTeamCreatePreemptive: EndpointGeneric<
        {},
        { message: string; settings: Record<string, never>; status: number },
        {
            browserTrackerId: number;
            channelName: string;
            gameJoinAttemptId: string;
            gamerTag: string;
            isImmersiveAdsTeleport: boolean;
            isPlayTogetherGame: boolean;
            isQueueAllowedOverride: boolean;
            isTeleport: boolean;
            joinOrigin: string;
            partyId: string;
            placeId: number;
        },
    > = ...

    POST https://gamejoin.roblox.com/v1/team-create-preemptive Endpoint to preemptively start team create session. body The Roblox.GameJoin.Api.TeamCreateRequest in JSON format Since the request origin might not be Roblox software, this endpoint implements a different set of security rules. More specifically, it requires Xsrf protection and disables user-agent check so that it can be called from browsers.