Getting user’s profile information
NB: You can only use this function if you have the admin role on the platform.
saagieapi.profiles.get_info
Example :
saagieapi.profiles.get_info(user_name="test_user")
Response payload example :
{
"login": "test_user",
"job": "DATA_ENGINEER",
"email": "test_user@gmail.com"
}