Planfix API: user sorting types
From Planfix
List of valid values for the sortType parameter (type of user sorting):
| Value | Description | Note |
|---|---|---|
| NAME_ASC | by name (alphabetical) | |
| NAME_DESC | by name (reverse order) | |
| GROUP_ASC | by group name (alphabetical) | |
| GROUP_DESC | by group name (reverse order) | |
| ISACTIVE_ASC | inactive, then active | |
| ISACTIVE_DESC | active, then inactive | |
| PROJECTS_ASC | by project (alphabetical) | |
| PROJECTS_DESC | by project (reverse order) | |
| ROLE_ASC | role (ascending) | |
| ROLE_DESC | role (descending) |