cancel
Showing results for 
Search instead for 
Did you mean: 

OData 2.0 Error 403 although Token is sucessfull generated

0 Kudos

Hello,

I want to access the /Members('{Id}') endpoint in the SAP Jam API.
For testing I use Postman and sucessfully created the OData 2.0 Token via Postman but I get the following error when using the token to access the API.
Error: {"error":{"code":403,"message":"Your account is either not authorized, or not enabled to use the API."}}

Thank you in advance!

Accepted Solutions (0)

Answers (1)

Answers (1)

Harish_Vatsa
Active Contributor

Hello sven_pultar,

Can you please check if the API is activated in your SAP Jam instance. Also check if your account has necessary permissions to access the APIs.

--

Regards,

0 Kudos

Thanks for your answer harishvatsa,

the API is activated. I do not understand which account do you mean? We created the API Secret with the admin account. But from there on I do not use any account. I just use the secret and key to create a token with Postman.