Copy link to clipboard
Copied
https://usermanagement.adobe.io/v2/usermanagement/organizations/orgid/users
I am doing a get request to get all the users from adobe acrobat.
I used the client id as api key and the token as well for authentication still getting the below error:
{ "error_code": "403003", "message": "Api Key is invalid" }....While trying to fetch users
Copy link to clipboard
Copied
Hi Team,
Also I am getting same error. Please help me to resolve this error.
I am generating token by url: https://ims-na1.adobelogin.com/ims/token/v2 in postman with scope:openid, AdobeID, read_organizations.
user list url: https://usermanagement.adobe.io/v2/usermanagement/users/{orgid}/{pageno}
Error Message: {"error_code": "403003","message": "Api Key is invalid"}
documents reference:
https://adobe-apiplatform.github.io/umapi-documentation/en/api/getUsersWithPage.html
Code Link:
https://github.com/adobe-apiplatform/umapi-documentation/blob/master/samples/get_users_in_org.py
Thanks in advance
Regards,
Bhoopesh Kumar