List MFA Devices

GET https://iam.amazonaws.com?Action=ListMFADevices&Version=2010-05-08&MaxItems=1000&UserName={{user}}

A simple GET request to fetch all MFA devices in use under the Qodex org (steps three, four in the process). This is done one user at a time, so Qodex.setNextRequest is used to handle looping over this list of users (obtained in the previous step).

Request Params

KeyDatatypeRequiredDescription
Actionstring
Versionstring
MaxItemsnumber
UserNamestring

HEADERS

KeyDatatypeRequiredDescription
Acceptstring