Check User

user_info = hc.get_user_info("user_name")

Result:

This method returns a Dictionary containing the user information.

Parameter description:

ParametersDescriptionOptions
user_name (str)Name of user to get informationYes
Table 86 Check User (Python API)