Hi Team,
I am using Jira Cloud API Version 3 (https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#about) and now also want to implement admin api (https://developer.atlassian.com/cloud/admin/user-management/rest/intro/#about).
Here is get user call from Jira Cloud :
https://your-domain.atlassian.net/rest/api/3/user?accountId={account_id} - here account id is local account id for jira cloud account of user.
Here is get profile call from user management :
https://api.atlassian.com/users/{account_id}/manage/profile - here account id is global account id which is account_id for managed account under the directory.
Is there any way to get global account_id using local account_id ?