Golang SDK: IAM check whether a user is root user name or not programmatically, I am using listusers to get al list of all users

0

In Golang SDK V2 IAM service https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/iam How can check whether a user is root user name or not programmatically. I am using listusers to get al list of all users and except for root user I want to do some action.

Also checked "credential reports" that doesn't help

asked 2 years ago309 views
2 Answers
0

You can use the STS get-caller-identity to see who you are and then make a decision.

profile pictureAWS
EXPERT
kentrad
answered 2 years ago
profile picture
EXPERT
reviewed a month ago
  • sts get-caller-identity can only give the identity of the user who calls the api and not for another user.

    some example scenario I am quoting below I am calling the api as user01 and want to know the identity of user890808

0

Any solution available for the problem I had shared?

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions