rhino_health.lib.endpoints.user.user_endpoints#
Module Contents#
Classes#
| Endpoints available to interact with Users on the Rhino Platform | 
- class rhino_health.lib.endpoints.user.user_endpoints.UserEndpoints(session)#
- Bases: - rhino_health.lib.endpoints.endpoint.Endpoint- Endpoints available to interact with Users on the Rhino Platform - Notes - You should access these endpoints from the RhinoSession object - property user_dataclass#
 - get_logged_in_user()#
- Returns the currently logged in user 
 - get_users(user_uids: List[str]) List[rhino_health.lib.endpoints.user.user_dataclass.User]#
- Gets the users with the specified USER_UIDS - Warning - This feature is under development and the interface may change 
 - 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