Open the menu
    ```html

    User Manager: Add

    Allows adding new users.

    Features

    • It is an administration interface

    Screens

    Add
    • Profile Image (string) : user image.
    • First Name (string, required field, maximum length: 100) : first name.
    • Middle Name (string, maximum length: 100) : surname or middle name.
    • Last Name (string, maximum length: 100) : user's last name
      Ex.: John Matias da Silva – the first name is John, the middle name is Matias, and the last name is da Silva.
    • Email (string, maximum length: 255) : user's email address.
    • Login (string, required field, maximum length: 100) : login or username.
    • Password (string, maximum length: 255) : password for authentication.
    • Password Confirmation (string)
    • Advanced
      • Disabled (integer, required field) : allows enabling and disabling user access to the portal.
      • Multisession (integer, required field) : allows enabling and disabling the user's permission to open multiple sessions at the same time.

    Permissions

    • Edit service instance content: Allows managing all data of this service instance with publisher profile.

    Actions

    • Register User : Adds a user with the filled information.
    ```