Users
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
false
created
Logical Ops to use to combine filters on list methods.
and
Possible values: 1
20
Returns a specific user.
Args: user_name_or_id: Name or ID of the user. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response. auth_context: Authentication context.
Returns: A specific user.
true