CHECK_USER_CREDENTIALS - 403 Error
Summary
CHECK_USER_CREDENTIALS - 403 ErrorContent
Hi,
I am using the below url to get the user role(s) for the logged in user.
But I get 403 error.
var user_cred_url = '/documents/web?IdcService=CHECK_USER_CREDENTIALS&userName='+username;
Please let me know if i am missing something here
Thanks
Rajesh Raman
Note: I am able to get the logged in user details with the following url
var user_det_url = '/documents/web?IdcService=GET_USER_INFO';
1