rozod
    Preparing search index...

    Variable getUsersUseridConfigurationConst Api Param

    getUsersUseridConfiguration: EndpointGeneric<
        {
            actionType?: 0
            | 2
            | 1
            | 3
            | 4
            | 8
            | 5
            | 6
            | 7;
            challengeId?: string;
            userId: number;
        },
        {
            methods: {
                enabled: boolean;
                mediaType: 0
                | 1
                | 2
                | 3
                | 4
                | 5
                | 6
                | 7;
                updated: string;
            }[];
            primaryMediaType: 0
            | 1
            | 2
            | 3
            | 4
            | 5
            | 6
            | 7;
        },
        undefined,
    > = ...

    GET https://twostepverification.roblox.com/v1/users/:userId/configuration Gets two step verification configuration for the specified user. userId The Id of the user to get the configuration for. challengeId The active challenge for the user (as an alternative when the user is unauthenticated). actionType The action type the challengeId is associated with.