> For the complete documentation index, see [llms.txt](https://docs.acecloud.ai/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acecloud.ai/knowledge-base/iam/how-to-manage-users-in-the-ace-cloud-iam-module.md).

# How to Manage Users in the Ace Cloud IAM Module?

### a. How to invite a user?

To invite a user, follow the steps below:

**Step 1:** [Login](https://customer.acecloudhosting.com/) to the Ace Cloud Portal.

**Step 2:** Navigate to the **IAM** module from the left-hand menu.

<figure><img src="/files/tdzxPtfcNymd8R0HAERY" alt=""><figcaption></figcaption></figure>

**Step 3:** Click on the **Users** tab.

<figure><img src="/files/20ThMKTYkBY5cBLf0tHT" alt=""><figcaption></figcaption></figure>

**Step 4:** Click the **Invite New User** button.

<figure><img src="/files/Zxx1h4Xc5slRW2sUEBRl" alt=""><figcaption></figcaption></figure>

**Step 5:** Fill in User Invitation Details.

* In the popup window:
  * Enter the **email address** of the new user (e.g., John Doe).
  * Select the **Users** group (this gives them access to the Tickets service by default).
* Click **Send Invite**.

<figure><img src="/files/vPZImKxyPGxtH5UuSrBz" alt=""><figcaption></figcaption></figure>

**Step 6:** User Accepts the Invite.

* The invited user will receive an email from Ace Cloud.
* They must click the link in the email to **Accept the Invitation** and complete the registration process.

### b. How to manage Pending Invitations?

**Step 1:** Navigate to the **Pending Invites** tab under the **Users** section.

<figure><img src="/files/9TDHEr3GxhX7rYty1a9U" alt=""><figcaption></figcaption></figure>

**Step 2:** Here, you can:

* **Re-send** the invite if the user missed the email.
* **Cancel** the invite if needed.

<figure><img src="/files/uMCGgwM9k0LoUYddC91W" alt=""><figcaption></figcaption></figure>

### c. How to View User Profile?

**Step 1:** Once the user has registered, their profile details will appear under the **Users** section.

<figure><img src="/files/D43KXqGiQhBQ2ySaixql" alt=""><figcaption></figcaption></figure>

**Step 2:** You can now view their name, email, and other information by **clicking on their Name**.

<figure><img src="/files/shXOnMkUcmfbhBUyjRVo" alt=""><figcaption></figcaption></figure>

### d. How to View Group Association?

**Step 1:** Go to the **Groups Associated** tab under the user’s profile.

<figure><img src="/files/369ZkLs9MBYGlPGxlK2m" alt=""><figcaption></figcaption></figure>

**Step 2:** This shows all the groups the user belongs to (e.g., Users group).

<figure><img src="/files/vuYuNCkERLHI5OkQwOLS" alt=""><figcaption></figcaption></figure>

**Note:** By default, the **Admin group** has access to all projects, regions, and services.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.acecloud.ai/knowledge-base/iam/how-to-manage-users-in-the-ace-cloud-iam-module.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
