# Add a new User

Here **a new user can be created**. Roles should be ready when adding a new user.

![](https://953506317-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MiXO6xINTZPODEGDr7y%2F-Mj5N3Bubdl3zxIFYK-m%2F-Mj5NIzpI6R-6VlJ5zAq%2Fimage.png?alt=media\&token=33381b61-75c4-4fb8-a59d-9f082c7537ed)

When adding a new user there are different parameters:

* **Username:** Username of the new user, useful to differentiate from other users.
  * No empty value
  * Up to 50 characters allowed.
* **Password:** Secret key encrypted in the database to allow access to the system.
* **Email:** User email, useful to receive notifications.
  * Up to 255 characters allowed.
* **Api Key:** Secret key to allow the use of the **OpenAccess** **API REST**.
* **Enabled:** Allow user’s use.
* **Roles:** Permissions and user access in the system. **(See 3.8.2.2).**
