Skip to main content
Participant
September 8, 2021
Question

{ "error_code": "403003", "message": "Api Key is invalid" }....While trying to fetch users

  • September 8, 2021
  • 1 reply
  • 781 views

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

This topic has been closed for replies.

1 reply

Participant
December 7, 2023

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