Retrieve a list of users
This operation retreives a list of all users and the user details.
The role
property is commonly use to determine access levels for protected operations. The user_name
and password
properties are required to authenticate a user and obtain an access token.
Query Parameters
Determine which property to sort the list by. Used with the order
parameter.
Used with the sort
parameter. Set to asc
for ascending order or desc
for descending order.
Restrict which properties are returned in the response.
Filter your response to include only items that have properties that equal the specified value.
"created_at.gt~2024-05-07|user_name.eq~apiuser01"
Limit the number of objects in the response.
x <= 30
Offsets the start of the list by the set value. Defaults to 0.
0
Response
Request successful
The response is of type object
.