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
Key | Datatype | Required | Description |
---|
Action | string | | |
Version | string | | |
MaxItems | number | | |
UserName | string | | |
Key | Datatype | Required | Description |
---|
Accept | string | | |