Pageable User Listing Operation
Pageable User Listing Operation
Can only be used by users with the ADMIN role. Retrieves registered users in the system pageably according to the given filter and sorting options
POST
Pageable User Listing Operation
Body
application/json
User Roles Filter
{msg:swagger.schema.users.page-request.roles}
Available options:
GUEST, API_USER, STANDARD_USER, POWER_USER, EXTENDED_USER, ADMIN Example:
"['API_USER', 'STANDARD_USER']"
User Statuses Filter
{msg:swagger.schema.users.page-request.status}
Available options:
INACTIVE, ACTIVE, EXPIRED, BLOCKED, DELETED Example:
"['INACTIVE', 'BLOCKED', 'EXPIRED']"
Result Sorting Fields and Directions
Example:
{ "username": "asc", "status": "desc" }Page Number
Required range:
x >= 0Example:
0
Number of Records in the Page
Required range:
1 <= x <= 100Example:
10
Include Account Details Flag
Example:
false