AWS SSO - List users assigned with an aws account #3470
-
I have the list of all AWS accounts in my organization. I need to list the users present in each account via API. Through the documentation List account assigments, I can list only passing as parameters account + permission set. I wanted it to list all users, just like when I click on the account via console, as shown in the image: The method reported above without the permission set parameter would solve the problem, but it is REQUIRED. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @BSouzaDock, thanks for reaching out. Listing the users associated with an AWS account is a feature in Identity Store, the successor to SSO. Switching to Identity Center and using list_users should accomplish what you're trying to do here. Please let me know if you have any other questions. |
Beta Was this translation helpful? Give feedback.
Hi @BSouzaDock, thanks for reaching out. Listing the users associated with an AWS account is a feature in Identity Store, the successor to SSO. Switching to Identity Center and using list_users should accomplish what you're trying to do here. Please let me know if you have any other questions.