View IAM users - Amazon Identity and Access Management
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

View IAM users

You can list the IAM users in your Amazon Web Services account or in a specific IAM group, and list all the IAM groups that a user is in. For information about the permissions that you need in order to list users, see Permissions required to access IAM resources.

To list all the IAM users in your account

classic IAM console
  1. Follow the sign-in procedure appropriate to your user type as described in the topic How to sign in to Amazon in the Amazon Sign-In User Guide.

  2. On the IAM Console Home page, in the left navigation pane, enter your query in the Search IAM text box.

  3. In the navigation pane, choose Users.

The console displays the IAM users in your Amazon Web Services account.

Amazon CLI

Run the following command:

API

Call the following operation:

To list the IAM users in an IAM group

classic IAM console
  1. Follow the sign-in procedure appropriate to your user type as described in the topic How to sign in to Amazon in the Amazon Sign-In User Guide.

  2. On the IAM Console Home page, in the left navigation pane, enter your query in the Search IAM text box.

  3. In the navigation pane, choose User groups.

  4. Choose the name of the user group.

The IAM users that are members of the group are listed on the Users tab.

Amazon CLI

Run the following command:

API

Call the following operation:

To list all the IAM groups that a user is in

classic IAM console
  1. Follow the sign-in procedure appropriate to your user type as described in the topic How to sign in to Amazon in the Amazon Sign-In User Guide.

  2. On the IAM Console Home page, in the left navigation pane, enter your query in the Search IAM text box.

  3. In the navigation pane, choose Users.

  4. In the Users list, choose the name of the IAM user.

  5. Select the Groups tab to display the list of groups that include the current user.

Amazon CLI

Run the following command:

API

Call the following operation:

Next steps

Once you have a list of your IAM users, you can rename, delete, or deactivate an IAM user using the following procedures.