user_info = hc.get_user_info("user_name")
Result:
This method returns a Dictionary containing the user information.
Parameter description:
Parameters | Description | Options |
---|---|---|
user_name (str) | Name of user to get information | Yes |
user_info = hc.get_user_info("user_name")
Result:
This method returns a Dictionary containing the user information.
Parameter description:
Parameters | Description | Options |
---|---|---|
user_name (str) | Name of user to get information | Yes |