# Users

To view the users, click '**Users'** in the left-hand navigation. Here, you'll see the users list with their information such as Status, Roles, Updated at, and Created at.

### Add New User <a href="#invite-user" id="invite-user"></a>

To invite another user to access your organization account:

1. Click '**Users'** in the left-hand navigation.
2. Click the **'Add New User'** button
3. In the popup window, Input the email address and the role of the user

{% hint style="info" %}
Please note that adding additional users is subject to seat charges for paid plans. To know more about the user seat fee, go to: <https://www.iafcertsearch.org/plans>
{% endhint %}

5. Once invited, an invitation to activate the IAF CertSearch account will be sent to the recipient.

### Delete User <a href="#delete-user" id="delete-user"></a>

1. Click '**Users'** in the left-hand navigation.
2. Search for the user you want to delete.
3. Under the actions column, click the More button
4. Click the 'Delete' button
5. Once deleted, the user can no longer access your IAF CertSearch account.

### <mark style="color:red;">Deleting a User from a paid plan</mark>

If the user you wish to delete has already consumed a subscription plan, you can reassign their seat to a new user. The new user will inherit the subscription plan of the deleted user.


---

# 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://support.iafcertsearch.org/verifiers/administration/users.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.
