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#
sftp_info() rhino_health.lib.endpoints.user.user_dataclass.SFTPInformation#

Returns the SFTP information for transferring files for the current user. You can use this information with Paramiko

Warning

This information may not be correct if your machine is behind an institution firewall

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