Hello, while I am reading the page with Confluence library for python and get_page_by_id(), I receive some ri:userkey when someone is mentioned on the page via @User however I want to convert it into accountId so I can print someone's display name with rest api for example. I've tried
"https://your-domain.atlassian.net/wiki/rest/api/user", adding userkey as query param however i don't receive usefull data. What's more, my:
userkey is = 8a7f808a7ae3db63017ae6d9f35e00b0
while my
accountID is = 61f3a7a557b25b0068a3d7d1
FYI: When you use get_page_by_id() use expand="body.view" instead of expand="body.storage" to fix the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.