-
Bug
-
Resolution: Unresolved
-
Low
-
1
-
Minor
-
Issue Summary
Querying the REST API with /wiki/rest/api/search/user?limit=20&cql=type=user returns results where user.accountType is always a blank string.
Steps to Reproduce
- Log in to confluence.
- Open [base-url]/wiki/rest/api/search/user?limit=20&cql=type=user in a new tab
Expected Results
The user.accountType field of each result is populated.
Actual Results
The user.accountType field of each result is NOT populated.
Workaround
To work out the account type, query /wiki/rest/api/user?accountId=[account-id].
- is blocked by
-
CONFCLOUD-69912 Requesting the current user from the REST API yields an empty accountType
- Closed
- mentioned in
-
Page Loading...