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; }> = ...
Api
POST https://gamejoin.roblox.com/v1/team-create
Summary
Endpoint to join team create session
Param: body
The Roblox.GameJoin.Api.TeamCreateRequest in JSON format
Description
Xsrf protection disabled because it will only be used on Roblox clients. Adding an extra round-trip would impact client performance.