You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the API docs, a filter query param can be used to filter results:
Filter group with a specific ID
filter=id eq "00g1emaKYZTWRYYRRTSK"
When trying to use the filter query param for the Invoke-OktaListGroups as below, the API fails with { "errorCode": "E0000031", "errorSummary": "Invalid search criteria.", "errorLink": "E0000031", "errorId": | "oae60Lk11OYTiWW7be_y247gw", "errorCauses": [] }.
According to the API docs, a filter query param can be used to filter results:
Filter group with a specific ID
When trying to use the filter query param for the
Invoke-OktaListGroups
as below, the API fails with{ "errorCode": "E0000031", "errorSummary": "Invalid search criteria.", "errorLink": "E0000031", "errorId": | "oae60Lk11OYTiWW7be_y247gw", "errorCauses": [] }
.The command internally converts the final URI as
https://mytestorg.com/api/v1/groups?filter=id+eq+%22foo%5c%22
.Internal Ref: OKTA-824517
The text was updated successfully, but these errors were encountered: