users
List Users
Returns a list of all users.
Args: user_filter_model: Model that takes care of filtering, sorting and pagination. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response. auth_context: Authentication context.
Returns: A list of all users.
get/api/v1/users
Query parameters
hydrateboolean
sort_bystring
logical_operator'or' | 'and'
Logical Ops to use to combine filters on list methods.
pageinteger
sizeinteger
namestring nullable
full_namestring nullable
emailstring nullable
Response
Successful Response