Variable postTeamCreateConst

postTeamCreate: EndpointGeneric<{}, objectOutputType<{
    message: ZodString;
    settings: ZodObject<{}, "strip", ZodTypeAny, {}, {}>;
    status: ZodNumber;
}, ZodTypeAny, "passthrough">, {
    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

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.