Variable postPlayWithUserConst

postPlayWithUser: EndpointGeneric<{}, {
    authenticationTicket: string;
    authenticationUrl: string;
    jobId: string;
    joinScript: {
        AccountAge: number;
        AlternateName: string;
        AnalyticsSessionId: string;
        BaseUrl: string;
        ChannelName: string;
        CharacterAppearance: string;
        characterAppearanceId: number;
        ChatStyle: string;
        ClientPort: number;
        ClientPublicKeyData: string;
        ClientTicket: string;
        CookieStoreEnabled: boolean;
        CookieStoreFirstTimePlayKey: string;
        CookieStoreFiveMinutePlayKey: string;
        CountryCode: string;
        CreatorId: number;
        CreatorTypeEnum: string;
        DataCenterId: number;
        DirectServerReturn: boolean;
        DisplayName: string;
        EphemeralEarlyPubKey: string;
        EventID: string;
        FlexibleChatEnabled: boolean;
        FollowUserId: number;
        GameChatType: string;
        GameId: string;
        GameLocale: string;
        HasVerifiedBadge: boolean;
        IsUnknownOrUnder13: boolean;
        MachineAddress: string;
        MembershipType: string;
        PartyId: string;
        PepperId: number;
        PingInterval: number;
        PingUrl: string;
        PlaceId: number;
        PrivateServerID: string;
        PrivateServerOwnerID: number;
        RandomSeed1: string;
        RccVersion: string;
        RobloxLocale: string;
        SeleniumTestMode: boolean;
        ServerConnections: {
            Address: string;
            Port: number;
        }[];
        ServerPort: number;
        SessionId: string;
        SuperSafeChat: boolean;
        TokenGenAlgorithm: number;
        TokenValue: string;
        UdmuxEndpoints: {
            Address: string;
            Port: number;
        }[];
        UniverseId: number;
        UserId: number;
        UserName: string;
        VerifiedAMP: number;
    };
    joinScriptUrl: string;
    message: string;
    queuePosition: number;
    status: number;
    statusData: {
        creatorExperienceBan: {
            displayReason: string;
            displayReasonTextFilterStatus: number;
            durationSeconds: number;
            isInherited: boolean;
            startTime: string;
        };
    };
}, {
    browserTrackerId: number;
    channelName: string;
    gameJoinAttemptId: string;
    gamerTag: string;
    isImmersiveAdsTeleport: boolean;
    isPlayTogetherGame: boolean;
    isQueueAllowedOverride: boolean;
    isTeleport: boolean;
    joinOrigin: string;
    partyId: string;
    placeId: number;
    userIdToFollow: number;
}> = ...

POST https://gamejoin.roblox.com/v1/play-with-user

Endpoint to play with user

The Roblox.GameJoin.Api.PlayWithUserRequest in JSON format