Hi Team,
I am using the free trial version for confluence
I am trying to get the user details through rest API service("https://testingdemoconf.atlassian.net/rest/api/latest/myself").
Finally, I got the response details as page not found. Refer the attachment in below the screenshot.
Hey Karthick,
I'm thinking there's just a little confusion over which document is which for API references. The myself endpoint is actually part of the Jira API. With no Jira instance on your Cloud, there's no endpoint there (hence page not found).
You can see all the Confluence API endpoints here. If you're looking for an endpoint similar to Jira's myself endpoint, you can try Confluence's get current user:
https://testingdemo.conf.atlassian.net/wiki/rest/api/user/current
Hope that helps,
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.