I have created Organization API Key when I use the API Key to access the user management APIs getting 403 response
Hi @madhu kumar telugu and welcome to the community!
Is your user a site-admin or and org-admin? You API token only has as many permissions as the user you use through the UI.
You could also try going through this tutorial step by step, as you might be missing some step relating to Authentication along the way -> Add user to group
Regards,
Jaime Escribano
Thanks Jaime. The User logged in has org-admin group but when I create the org API Key the available scopes doesn't include any user management APIs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Turn's out lot's of people are having a similar issue
(example: API Token authentication failing. What am I doing ...)
You have generated a Oauth 2.0. Token which is pretty new and not well documented.
The endpoints have changed their structure.
For example in Confluence it has changed from
https://your-domain.atlassian.net/{api}
to
https://api.atlassian.com/ex/confluence/{cloudid}/{api}
Some extra info (not comprehensive) can be found here:
OAuth 2.0 (3LO) apps
So my suggestion would be to generate a new legacy token to avoid confusion 😊
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.