List SSO connectionsCopy Pageget https://api.staging.payrails.io/auth/sso/connectionsRetrieve SSO identity provider connections using optional filters and cursor-based pagination.Query Paramsfilter[id]stringFilter by connection ID (comma-separated UUID values).filter[reference]stringFilter by the downstream provider reference.filter[type]stringenumFilter by connection type.SAMLAllowed:SAMLfilter[status]stringenumFilter by connection lifecycle status.enableddisabledAllowed:enableddisabledfilter[provider]stringenumFilter by configured SSO provider key.auth0jumpcloudmicrosoftoktaAllowed:auth0jumpcloudmicrosoftoktapage[cursor]stringSearch collection items from that cursor.page[after]stringSearch collection items after that cursor.page[before]stringSearch collection items before that cursor.page[size]int32Length of the collection to search.Responses 200Success. 400Bad Request. 401Unauthorized. 403Insufficient Scope. 406Not Acceptable. 415Unsupported Media Type. 429Too Many Requests. 500Internal Server Error.Updated 3 days ago