• This endpoint retrieves any IdPs registered on the tenant.

    Parameters

    • query: { active?: boolean; limit?: number; next?: string; prev?: string }

      an object with query parameters

      • Optionalactive?: boolean

        If provided, filters the results by the active field.

      • Optionallimit?: number

        The number of IdP entries to retrieve.

      • Optionalnext?: string

        The next page cursor.

      • Optionalprev?: string

        The previous page cursor.

    • Optionaloptions: ApiCallOptions

    Returns Promise<GetIdpsHttpResponse>

    GetIdpsHttpError