List all access profiles in org

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!!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.