# User management

## Creating users

Go to **Manage Corporate Accounts**. Click on the **Users** tab on the left, then select **Create user.**&#x20;

![](/files/-Mf9hO9C0ACTB50ZKavt)

To create a new user, you will need to provide their name, email and phone number. They will receive an email from **<soporte@vlex.com>** with the subject **New account,** prompting them to click on a link and create a password.

You can use **Create multiple users** to register more than one user at a time, particularly useful if you have a long list.&#x20;

To do this, use [this template](https://vlex.com/downloads/create_users_sample.csv) or create a CSV or a TXT file that follows this format:

`First Name,Last Name,Email`\
`John,Smith,johnsmith@email.com`\
`Jane,Smith,janesmith@email.com`\
`...`

The first row should contain the words **First Name,Last Name,Email**. The subsequent rows should contain the information of your users. Upload this file to the **Create multiple users** window and then click **Create**.

## Blocking or deleting users

You can block or delete a user by selecting the desired checkboxes and then clicking **Block user** or **Delete user**.

![](/files/-MctoGh7IIS4FpFd0MJE)

{% hint style="info" %}
When a blocked user attempts to log in, they will receive a message saying "Invalid username or password".
{% endhint %}


---

# 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.vlex.com/vlex-library/vlex-library-home/account-and-admin-management/a-guide-for-administrators-managing-your-corporate-account/user-management.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.
