Get User Login Profile
GET https://iam.amazonaws.com?Action=GetLoginProfile&Version=2010-05-08&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 | ||
UserName | string |