2 Answers
- Newest
- Most votes
- Most comments
1
A login profile is required for console access, so any IAM user with a login profile has access to the console.
So, using the CLI or API that fits your use case:
- list-users
- for each user
- get-login-profile --user-name <user>
- If no login profile then they do not have console access.
answered 4 years ago
0
You can find this information in a Credentials Report. See: Getting credential reports for your AWS account. You will need to parse the report but the data you are looking for is in there.
Relevant content
- asked a year ago
