Atlassian,
I am working on the Personal data reporting API, which is required for the Jira App that I created.
-
I created an OAuth 2.0 (3LO) jira APP. And added the “Personal data reporting API” in the permission portal of the developer console.
-
The guide for the personal data reporting API (https://developer.atlassian.com/cloud/jira/platform/user-privacy-developer-guide/) does not state which credential is required to call the Personal data reporting API (or report-accounts API). It just says “Authentication: OAuth 2.0 authorization code grants”.
I did not provide any credential in the header for the active testing accountId. The request failed with 401.
I wonder if this API needs the access token of this accountId in the request header.
But the guide says each request allows up to 90 accounts to be reported. If a request has a batch of 90 accountIds, what credential is required to authorize the request?
Thanks,