# Resend Invitation

After the user is successfully created, the system will send an invitation email for verification.\
If the user has not verified their email, the admin can open the **More** menu in the user list and select **Resend Invitation** to resend the verification email.

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

After **Resend Invitation** is selected, please check your email. You will receive a verification email. Click **Verify Your Email Address** to complete the email verification process.

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

After clicking the **Verify Email** button, the system will automatically redirect the user to the **Set Password** page. On this page, the user is required to enter a **New Password** and **Confirm New Password**, then click the **Set Password** button to save the new password.

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

After clicking the **Set Password** button, the system will display a notification indicating that the new password has been successfully created. The user can proceed by clicking the **Sign In** button to log in to the account using the new password.

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

After the email verification process is completed, the user account status will automatically be updated to **Active**, allowing the user to proceed with the password setup and access the system.

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


---

# 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:

```
GET https://docs.cloudeka.ai/guidance-for-individual/service-portal-ai/organization-settings/create-user/resend-invitation.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.
