UserQueryOrderBy
User result ordering.
descendingboolean
Reverse the default ascending order.
Example:
falsepropertystring
User property used for ordering.
Possible values: [CREATED_ON, FIRST_NAME, LAST_NAME, USERNAME, EMAIL]
Example:
USERNAMEUserQueryOrderBy
{
"descending": false,
"property": "USERNAME"
}