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
"client_version": "Oracle-PythonSDK/2.134.0, Oracle-PythonCLI/3.48.0",
"code": null,
"detail": "Invalid filter, Syntax error at position 0",
"logging_tips": "Please run the OCI CLI command using --debug flag to find more debug information.",
"message": "The service returned error code 400",
"opc-request-id": "39B2CF00A8964ED289C177CC4167F850/FWlc002pAE0000000",
"operation_name": "list_users",
"request_endpoint": "GET https://idcs-72b8b71d662841b581d9d786e5ab9c2e.identity.oraclecloud.com/admin/v1/Users",
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:Error",
"urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error"
],
"status": 400,
"target_service": "identity_domains",
"timestamp": "2024-10-03T08:47:56.173872+00:00",
"troubleshooting_tips": "See [https://docs.oracle.com/iaas/Content/API/References/apierrors.htm] for more information about resolving this error. If you are unable to resolve this issue, run this CLI command with --debug option and contact Oracle support and provide them the full error message.",
"urn:ietf:params:scim:api:oracle:idcs:extension:messages:_error": {
"messageId": "Invalid filter, Syntax error at position 0"
}
The text was updated successfully, but these errors were encountered:
six_months_ago=$(date -u -d "-6 months" +"%Y-%m-%dT%H:%M:%SZ")
oci identity-domains users list --endpoint $DOMAIN_NAME --attribute-sets 'all' --query 'data.resources[].{UserName:"user-name", IsActive: active, DisplayName: "display-name", LoginDates: "urn-ietf-params-scim-schemas-oracle-idcs-extension-user-state-user"."last-successful-login-date",Created: "meta"."created"}' --filter '"urn-ietf-params-scim-schemas-oracle-idcs-extension-user-state-user"."last-successful-login-date" lt "'"$six_months_ago"'"'
The text was updated successfully, but these errors were encountered: