rozod
    Preparing search index...

    Variable postUsersUseridChallengesCrossDeviceRetryConst Api Param

    postUsersUseridChallengesCrossDeviceRetry: EndpointGeneric<
        { userId: number },
        Record<string, never>,
        {
            actionType:
                | "Unknown"
                | "Login"
                | "RobuxSpend"
                | "ItemTrade"
                | "Resale"
                | "PasswordReset"
                | "RevertAccount"
                | "Generic"
                | "GenericWithRecoveryCodes";
            challengeId: string;
        },
    > = ...

    POST https://twostepverification.roblox.com/v1/users/:userId/challenges/cross-device/retry Retry a Cross Device two step verification approval. body The Roblox.TwoStepVerification.Api.RetryApprovalRequest. userId The user ID.