:py:mod:`rhino_health.lib.endpoints.user.user_endpoints` ======================================================== .. py:module:: rhino_health.lib.endpoints.user.user_endpoints Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: rhino_health.lib.endpoints.user.user_endpoints.UserEndpoints .. py:class:: UserEndpoints(session) Bases: :py:obj:`LTSUserEndpoints` Endpoints available to interact with Users on the Rhino Platform .. rubric:: Notes You should access these endpoints from the RhinoSession object .. !! processed by numpydoc !! .. py:property:: user_dataclass .. py:method:: 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 .. !! processed by numpydoc !!