I got error Api key is in valid during call User Management API | Community
Skip to main content
June 7, 2022
Solved

I got error Api key is in valid during call User Management API

  • June 7, 2022
  • 2 replies
  • 1711 views

Hi everyone,

I’m working on User Management API: Authentication for API Access

I’m calling this API:
https://usermanagement.adobe.io//v2/usermanagement/organizations/A139DC7957D898C77F000101@AdobeOrg/users
with Headers:
Authorization: Bearer access_token
x-api-key: Client ID from Developer Console

But I’m getting this error message:
{
“error_code”: “403003”,
“message”: “Api Key is invalid”
}

 

 

image1047×616 28.4 KB

 

Please help me on this.

Thank you,
Dustin

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by tmj

Hi Dustin, you have added the I/O Management API and you are trying to use the User Management API. 

 

Please add the User Management API to your project and try again. 

2 replies

June 7, 2022

Here is the screenshot for Postman

tmj
Adobe Employee
tmjAdobe EmployeeAccepted solution
Adobe Employee
June 8, 2022

Hi Dustin, you have added the I/O Management API and you are trying to use the User Management API. 

 

Please add the User Management API to your project and try again. 

June 13, 2022

Thank you tmj, let me add User Management API and test again.