rozod
    Preparing search index...

    Variable postTeamCreateConst Api Param Description

    postTeamCreate: 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 Endpoint to join team create session body The Roblox.GameJoin.Api.TeamCreateRequest in JSON format Xsrf protection disabled because it will only be used on Roblox clients. Adding an extra round-trip would impact client performance.