Page "Users"
This page displays all users who have been registered by the system for the selected resource.
You can customize the table view to your preference. To choose which data to display, click the “Columns” button (located above the table on the right) and select the fields you need. To learn more about a specific field, hover over it to see a tooltip.
For convenience, all fields are divided into five categories, and their names are self-explanatory. The only category worth highlighting is “Additional fields” — it contains the fields that you have added manually in the corresponding section.
Filters
For numeric fields, the following logical operators are supported:
!= — not equal.
Example: !=100 (selects all values not equal to 100)
< > <= >= — comparison operators.
Examples: <100, >=100
A…B — range.
Example: 10...100 (values from 10 to 100 inclusive)
Last updated