List IDP Groups
Identity Provider (IDP)
List IDP Groups
List all the IDP groups for a given connection.
GET
List IDP Groups
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
Include IDP users in the IDP group
Include IDP applications in the IDP group
Response
Successful Response
- OffsetPaginatedResponse[Union[ScopedIDPGroupRespModel, ScopedIDPGroupWithEntitiesRespModel]]
- KeySetPaginatedResponse[Union[ScopedIDPGroupRespModel, ScopedIDPGroupWithEntitiesRespModel]]
Number of items return in the response
List of items returned in the response
- ScopedIDPGroupRespModel
- ScopedIDPGroupWithEntitiesRespModel
Total number of items that can be returned