rhino_health.lib.endpoints.user.user_endpoints#

Module Contents#

Classes#

UserEndpoints

Endpoints available to interact with Users on the Rhino Platform

class rhino_health.lib.endpoints.user.user_endpoints.UserEndpoints(session)#

Bases: LTSUserEndpoints

Endpoints available to interact with Users on the Rhino Platform

Notes

You should access these endpoints from the RhinoSession object

property user_dataclass#
get_users(user_uids: List[str]) List[rhino_health.lib.endpoints.user.user_dataclass.LTSUser]#

Gets the users with the specified USER_UIDS

Warning

This feature is under development and the interface may change