User Management
Retrieve all users
Get all users.
get/users
Query parameters
sortstring
Example:["title","ASC"]
Specifies the sorting order and field (e.g., ["title", "ASC"]).
rangestring
Example:[0, 24]
Specifies the range of results to return (e.g., [0, 24]).
filterstring
Example:{"title":"bar"}
JSON string specifying the filter conditions (e.g., {"title":"bar"}).
Response
OK
Example response
[
{
"id": "7ea85f9e-0c5f-450c-9b6d-3cb7a42f5242",
"name": "Sally Smith",
"email": "sally.smith@example.com"
}
]