Hi,
We get a cloudId
for every Atlassian site a user has access to whne we make calls to https://api.atlassian.com/oauth/token/accessible-resources
. If the user has access to both Confluence and Jira, the cloudId
appears to be the same. I have a couple of questions regarding this:
- Is this
cloudId
fixed for all products on the site? - If the site is renamed, will
cloudId
remain the same? - Is it recommended to store the access tokens against the
cloudId
instead of the site url?
Thanks,
Fatmeh