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

preguntada hace 2 años319 visualizaciones
2 Respuestas
0

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

profile pictureAWS
EXPERTO
kentrad
respondido hace 2 años
profile picture
EXPERTO
revisado hace un mes
  • 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?

respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas