Returns the list of tags for a specified IAM user.
UserName — The name of the user.
Type: String
Required: Yes
Tags — The list of tags.
Type: List of Tag objects
Request
https://iam.k2.cloud/?Action=ListUserTags &UserName=user-1
Response
<ListUserTagsResponse> <ListUserTagsResult> <Tags> <member> <Key>Tag Key</Key> <Value>Tag Value</Value> </member> <member> <Key>AnotherKey</Key> <Value>AnotherValue</Value> </member> </Tags> </ListUserTagsResult> <requestId>4a893137-9258-4a68-b980-720c8bb222a7</requestId> <ResponseMetadata> <RequestId>4a893137-9258-4a68-b980-720c8bb222a7</RequestId> </ResponseMetadata> </ListUserTagsResponse>
c2-iam ListUserTags UserName user-1