Skip to content

Person Types

A Person Type is a label that classifies the people registered in the Access Control module (for example: Employee, Visitor, Supplier, VIP or Blocklist).

Each type is made up of two attributes:

Attribute Description
Name Text that identifies the type. It is required and is the value shown on each person's record.
Color Hexadecimal color used to paint the type's label in tables and listings.

INFO The person type is only a visual and filtering classification. It does not grant or restrict permissions by itself: permissions are defined in Access Levels and Access Groups.


How to reach the screen

In the side menu, with the Navigation view active, expand Access Control and select Person Types.

Access Control menu with the Person Types option

The direct route is /access-control-2/person-types.


The person type list

The screen shows a table with all existing types.

Person type listing

Column Content
Name Name of the type, displayed as a label painted with its assigned color.
Color Hexadecimal value of the color (for example #1677ff).
Actions Buttons to edit (✏️) and delete (🗑️) the type.

Types are sorted alphabetically by name and the listing is paginated.


Step 1: Create a person type

  1. Click the + New Person Type button, in the upper right corner.
  2. A side panel will open with the New Person Type form.

Form to create a person type

  1. Type the Name of the type (for example, Contractor).
  2. Choose the Color. Click on the color box to open the picker.

Color picker with HEX input

You can pick the shade with the gradient and the hue/opacity bars, or type the HEX value directly (for example 7C3AED). The default color is #1677FF.

  1. Click Save. The new type will appear immediately in the table, in its alphabetical position.

NOTE The Name field is required. If you try to save without filling it in, the form will show the message "Please enter Name" and will not submit the data.

Name field validation


Step 2: Edit a person type

  1. On the row of the type you want to modify, click the edit button (✏️) in the Actions column.
  2. The Edit Person Type panel will open with the current name and color preloaded.

Form to edit a person type

  1. Modify the Name, the Color, or both.
  2. Click Save to confirm the changes.

Color changes are reflected in every label of that type (for example, in the Type column of the Persons listing).


Step 3: Delete a person type

  1. On the corresponding row, click the delete button (🗑️).
  2. The confirmation message "Delete this person type?" will appear.

Delete confirmation

  1. Click OK to delete it or Cancel to cancel the operation.

NOTE Before deleting a type, check that no person is using it. Review the Persons listing filtering by that type and reassign the affected people.


Where person types are used

The types created on this screen feed the Persons module:

  • They are assigned to each person and shown as a color label in the Type column of the listing.
  • They are available in the All Types dropdown filter, which narrows the listing to a single type.

Type filter in the Persons listing


Best practices

  • Use short, descriptive names. The label is displayed inside a table, so long names reduce readability.
  • Assign colors with contrast. Choose shades that are clearly distinguishable from each other so an operator can identify the type at a glance, without reading the text.
  • Reserve alert colors. It is advisable to use red only for risk types, such as Blocklist, and leave the rest of the palette for operational types.
  • Keep the catalog small. A limited number of types (employee, visitor, supplier, contractor) is usually enough; fine granularity belongs to Access Levels.