check_user


POST /check_user

To check the existance of a specific user.

        {
            "user": {
            "user_name_365": "username",
            "user_password_365": "user_password_365_base64_encoding",
            "request_password_365": "request_password_365_base64_encoding"
            }
        }
       


field type description
user
user_name_365 string The unique user name as is registered in 365.
user_password_365 string User password as registered in 365 BASE64 encoded.
request_password_365 string Request password as registered in 365 BASE64 encoded. This function is accessible only for the user that have the request password provided by Powersoft.

Returns

        { 
            "response_code": "1",
            "response_msg": "OK",
            "response_id": "" 
        }