List Users
GET https://iam.amazonaws.com?Action=ListUsers&Version=2010-05-08&MaxItems=1000
A simple GET
request to fetch all users under the AWS organization for Qodex. This is step one in the described process. Since AWS users can be configured to not have console sign in access, the fetched list is reducued to users with valid console passwords only. (Bot users should not have console sign in access, so the presence of the last password used timestamp will indicate the current user is a human user).
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | ||
Version | string | ||
MaxItems | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |