I need to list all access profiles in my org using API.
I’m looking this documentation: Pagination, Metadata and Filtering | SailPoint Developer Community
but I didnt find the pagination in header response.
How can I do this?
I need to list all access profiles in my org using API.
I’m looking this documentation: Pagination, Metadata and Filtering | SailPoint Developer Community
but I didnt find the pagination in header response.
How can I do this?
In one API call, you will get 250 objects. If there are more than 250 objects you need to use limit and offset.
You may use the API - list-access-profiles | SailPoint Developer Community.
You need to pass the params “limit and offset” - to list the access profiles which exceeds the count 250.
Where limit is always 250.
Thanks!!