-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Rapid Response Team
-
None
-
Severity 3 - Minor
Issue Summary
When requesting the current user using the API documented at https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-myself/#api-rest-api-2-myself-get the accountType field is not returned in the results as expected.
Steps to Reproduce
- Try to access /rest/api/2/myself
Expected Results
The data returned includes the accountType field.
Actual Results
The accountType field is not returned.
Workaround
When using the REST API for individual users, the accountType field is returned:
e.g. /rest/api/2/user?accountId=<my account ID>
However, this is not an option for JSM customer users as they do not have permission to access the /rest/api/2/user endpoint, only /rest/api/2/myself.
Note: the same results are seen with the API v3.
- relates to
-
JRACLOUD-80599 Requesting bulk users using the REST API does not populate the accountType field
-
- Closed
-
-
CHER-1020 Loading...