-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: User - API
-
None
-
1
-
Severity 3 - Minor
Issue Summary
List Users API request would return 'details' of users but no longer does
Steps to Reproduce
Use list user API on Opsgenie account:
https://docs.opsgenie.com/docs/user-api#list-user
Expected Results
- List users shows 'details' in example here: https://docs.opsgenie.com/docs/user-api#list-user
- Using the following request use to return a list of users and included the 'details' section - Example request that use to work: GET https://api.opsgenie.com/v2/users?offset=0&limit=50&order=ASC&sort=username
Actual Results
The list users API request no longer returns 'details'
Workaround
In order to get 'details' for users one would need to go one by one through the users on the list to gather the 'details information - https://docs.opsgenie.com/docs/user-api#get-user