Hello,
OIG version: 11GR2 PS2
API Name: getEntitlementsForUser(java.lang.String userId, SearchCriteria criteria, java.util.HashMap configParams) --> Provisioning Service
While fetching entitlements for any user though the API document says we can pass entitlement status (Provisioned, In Progress, ..) as one of the search criteria argument, the code does not support the search criteria for entitlement status. Any thoughts?
Reason: Starting particular version of OIG the API is returning in progress entitlements as well. The workaround might be once the entitlements are fetched we can check on the status. Just trying to check if we can control at the search criteria.
Thank you!