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

2回答
0

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

profile pictureAWS
エキスパート
kentrad
回答済み 2年前
profile picture
エキスパート
レビュー済み 1ヶ月前
  • 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?

回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ