My Oracle Support Banner

Oracle Identity Manager (OIM) REST API Paging Limit Fixed to 50 (Doc ID 2411297.1)

Last updated on APRIL 28, 2023

Applies to:

Identity Manager - Version 11.1.2.3.0 and later
Information in this document applies to any platform.
OIM REST API paging limit fixed in 50

Symptoms

Using the REST API a user tries to retrieve 100 user records using the paging limit option with a value of 100 as follows:

https://<OIMHOST>:<OIMPORT>/iam/governance/selfservice/api/v1/users?limit=100

With the limit set to 100, the result returns only 50 records:

{
     "links": [
         {
              ...

      ],
      "count": 50,

...

}

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.