• 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
      • Optionalnext?: string
      • Optionalprev?: string
    • Optionaloptions: ApiCallOptions

    Returns Promise<GetIdpsHttpResponse>

    GetIdpsHttpError