/providers
Mount Point: /metadata/v1/providers/
GET
Retrieves all External Identity Providers the application can use.
Parameters
| name | description | type | default | 
|---|---|---|---|
| startIndex | The index number of the first item to be provided in the results. A null value is equivalent to 0. | query | 0 | 
| count | The maximum number of items to be provided in the results. A null value signifies no maximum. | query | 
Response Body
| result: | externalIdentityProvider | 
| media types: | application/json | 
Paged results of all authorized external IDPs.
Status Codes
| code | description | 
|---|---|
| 200 | Success |