List IDP Policies
Identity Provider (IDP)
List IDP Policies
List all the IDP policies for a given connection. Use /policies//groups, /policies//applications, and /policies//users to get related entities with proper pagination.
GET
List IDP Policies
Documentation Index
Fetch the complete documentation index at: https://docs.leen.dev/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Enable cursor based pagination instead of default offset-based pagination
Datetime filter, only return items updated since this datetime. Example format: 2021-01-01T00:00:00+00:00
Limit size (page size)
Required range:
x >= 0Offset index (starting index of page)
Required range:
x >= 0Skips returning the total rows, total is set to null when true
Skip token to continue from the last item in the previous page
Response
Successful Response
- OffsetPaginatedResponse[ScopedIDPPolicyRespModel]
- KeySetPaginatedResponse[ScopedIDPPolicyRespModel]