Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SOLVED

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

Avatar

Level 1

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/u...
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”
}

 

DustinNguyen1_0-1654596624308.png

 

image1047×616 28.4 KB

 

Please help me on this.

Thank you,
Dustin

1 Accepted Solution

Avatar

Correct answer by
Employee
Employee

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. 

3 Replies

Avatar

Level 1

DustinNguyen1_0-1654596742169.png

Here is the screenshot for Postman

Avatar

Correct answer by
Employee
Employee

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. 

Avatar

Level 1

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