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.
falsecreatedLogical Ops to use to combine filters on list methods.
andPossible values: 120Successful Response
Unauthorized
Not Found
Unprocessable Entity
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.
trueSuccessful Response
Unauthorized
Not Found
Unprocessable Entity
Last updated
Was this helpful?