List User Access Keys

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

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
UserNamestring
MaxItemsnumber

HEADERS

KeyDatatypeRequiredDescription
Acceptstring