-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Rapid Response Team
-
None
-
Minor
Issue Summary
When requesting bulk users using the API documented at https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users/#api-rest-api-3-user-bulk-get the accountType field is not returned in the results as expected.
Steps to Reproduce
- Find out your own account ID using the REST API /rest/api/3/myself
- Request a bulk list of users, including your user, using /rest/api/3/user/bulk?accountId=<my account ID>
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/3/user?accountId=<my account ID>
- is related to
-
JRACLOUD-80677 Requesting current user with the REST API does not return the accountType field
-
- Closed
-
- blocks
-
ECOHELP-12384 Loading...
- relates to
-
CHER-960 Loading...
(1 relates to)