From d4f18bec6ca62fddad5f7759c78dc5111cf3db54 Mon Sep 17 00:00:00 2001 From: Arvind Krishnakumar <61501885+arvindkrishnakumar-okta@users.noreply.github.com> Date: Wed, 29 Jul 2020 13:20:42 -0700 Subject: [PATCH] Update MIGRATING.md (#440) --- MIGRATING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MIGRATING.md b/MIGRATING.md index 7d6cfce988c..40d5304e7a6 100644 --- a/MIGRATING.md +++ b/MIGRATING.md @@ -17,6 +17,12 @@ Below methods have been renamed for the sake of clarity. - Renamed `getRule` to `getGroupRule` - Renamed `listRules` to `listGroupRules` +Below API has undergone a signature change. + - `listUsers(String q, String filter, String format, String search, String expand)` + Signature changed to `listUsers(java.lang.String q, java.lang.String filter, java.lang.String search, java.lang.String sortBy, java.lang.String sortOrder)` + +Note that the params `format` and `expand` have been removed. New params `sortBy` and `sortOrder` have been added. These are optional and would need to be specified only while using search queries. + ### Package `com.okta.sdk.resource.log.LogEventList` The API used to get log info has undergone a signature change (note the order swap of `until` and `since` parameters).