Expand my Community achievements bar.

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

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

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. 

View solution in original post

3 Replies

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.