User Id. Other properties are ignored, if used.
User code.
First name.
Surname.
Enabled.
Is admin?
Select fields.
Available field name values: id, user_code, first_name, surname, enabled, is_system, is_admin
Example: id, user_code, is_system
Order by.
Available field name values: id, user_code, first_name, surname, security_profile, modified_on, is_admin.
Available direction values: asc, desc.
Example: id asc, user_code desc
Filter by.
Available field name values: id, user_code, first_name, surname, security_profile, modified_on, is_admin.
In string values: ‘|’ and ‘,’ characters have to be escaped with slash, i.e. ‘\,’ ‘\|’
For operators that support multiple values (in, notin): multiple values are delimited using ‘|’ character
Available operators:
eq - Equal
neq - Not equals
lt - Less
lte - Less or equal
gt - Greater
gte - Greater or equal
in - In
notin - Not In
contains - Contains
isnull - Is Null
isnullorempty - Is Null Or Empty
isnotnull - Is Not Null
startswith - Starts with
endswith - Ends with
doesnotcontain - Does not contain
For non-nullable fields operators isnull and isnotnull are unavailable
For dates operators: contains, startswith, endswith, doesnotcontain, isnullorempty are unavailable
For strings operators: lt, lte, gt, gte are unavailable
Example: first_name:eq:alex,is_admin:eq:true
>= 1<= 100000
>= 1<= 2147483647