# Supported IAM Actions

Here is a comprehensive list of currently supported IAM CLI operations by our Impossible Cloud Storage, enabling you to manage IAM effectively:

### **User and Group** Management

* CreateUser, DeleteUser, GetUser, ListUsers
* CreateGroup, DeleteGroup, GetGroup, ListGroups
* AddUserToGroup, RemoveUserFromGroup, ListGroupsForUser
* CreateLoginProfile, UpdateLoginProfile, DeleteLoginProfile
* ChangePassword

### Policy Management

* CreatePolicy, CreatePolicyVersion, SetDefaultPolicyVersion
* AttachUserPolicy, DetachUserPolicy
* AttachGroupPolicy, DetachGroupPolicy
* PutUserPolicy, PutGroupPolicy
* GetPolicy, GetPolicyVersion, ListPolicies, ListPolicyVersions
* DeletePolicy, DeletePolicyVersion, DeleteUserPolicy, DeleteGroupPolicy
* ListAttachedUserPolicies, ListAttachedGroupPolicies
* GetUserPolicy, GetGroupPolicy, ListUserPolicies, ListGroupPolicies

### Access Keys and Account

* CreateAccessKey, DeleteAccessKey, ListAccessKeys
* CreateAccountAlias, DeleteAccountAlias, ListAccountAliases
* GetCallerIdentity, GetFederationToken

### Tags and Metadata

* TagUser, UntagUser, ListUserTags
* TagPolicy, UntagPolicy, ListPolicyTags

### Context and Simulation

* GetContextKeysForCustomPolicy
* ListEntitiesForPolicy\ <br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.impossiblecloud.com/impossible-cloud-help/impossible-cloud-storage-guide/cli-user-guide/aws-cli-iam/list-of-supported-operations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
