I am trying to get the user details of a particular user. I have email and username. Is there any REST Api endpoint that I can use to get the user_key?
Hi Nandu,
You can use this URL and retrieve all the users information:
<confluence_url>/rest/prototype/1/search/user.json?max-results=10&query=<username>
Thank you very much. I have tried searching many documentations. Where is this documented? Could we rely on these prototype APIs? Also is there any endpoint which gives the complete user list?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's probably not documented. Atlassian's documentation is a bit lacking.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nandu,
Did search for this documentation? Maybe you can find it useful
https://developer.atlassian.com/confdev/confluence-rest-api/confluence-rest-api-examples
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Viana. But, I was referring to documentation for the prototype API. I am not able to find it anywhere. Could you please point me to the exact location. Do you happen to know the endpoint for retrieving all the users in the system?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Guilherme, the page you mention says nothing about how to get user information with the REST API. Honestly, Atlassian's public documentation for their API's is atrocious. You folks should really work on getting it in order. Take a note from the jQuery team for how to do good API documentation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Who doesn’t love a good template? We sure do! Check out our top template picks for Marketing teams who want to streamline their processes, enhance collaboration, and take their marketing to new heights.
Read more 📚Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.