User Identity API - Where is it?

Hi everyone!

From the App Management dashboard I expect to be able to hit the User Identity API after a user successfully authenticates. However, I can’t seem to locate any documentation on it. Any guidance would be much appreciated it.

Thanks,

  • Charles

Hi @Charles, welcome to the community. The only method that’s publicly available for third-party devs is the /me method which you can call after you have a bearer token (post 3LO dance).

https://developer.atlassian.com/cloud/confluence/oauth-2-authorization-code-grants-3lo-for-apps/#faq4

1 Like

Thank you. I’ll give this a shot.

https://api.atlassian.com/me is your endpoint!