ListUserGlobalActions
In this article:
ListUserGlobalActions#
Description#
Returns the list of methods of global services that an IAM user may use.
Request Parameters#
UserName — The name of the user.
Type: String
Required: Yes
Response Elements#
Actions — The list of methods of global services that an IAM user may use.
Type: Array of strings
Examples#
Request
https://iam.k2.cloud/?Action=ListUserGlobalActions
&UserName=user-1
Response
<ListUserGlobalActionsResponse>
<ListUserGlobalActionsResult>
<Actions>
<member>iam:*</member>
</Actions>
</ListUserGlobalActionsResult>
<requestId>942d00bf-d268-4217-9001-b17ede4bb835</requestId>
<ResponseMetadata>
<RequestId>942d00bf-d268-4217-9001-b17ede4bb835</RequestId>
</ResponseMetadata>
</ListUserGlobalActionsResponse>
c2-iam ListUserGlobalActions UserName user-1