ListIDPs
Request Body
application/json
query?
list limitations and ordering
sortingColumn?string
the field the result is sorted
Value in
"IDP_FIELD_NAME_UNSPECIFIED" | "IDP_FIELD_NAME_NAME"queries?array<|>
criteria the client is looking for
[key: string]?never
Response Body
application/json
curl -X POST "https://loading/idps/_search" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"totalResult": 0,
"processedSequence": 0,
"viewTimestamp": "2023-01-15T01:30:15.01Z"
},
"sortingColumn": "IDP_FIELD_NAME_UNSPECIFIED",
"result": [
{
"id": "string",
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
},
"state": "IDP_STATE_UNSPECIFIED",
"name": "string",
"stylingType": "STYLING_TYPE_UNSPECIFIED",
"owner": "IDP_OWNER_TYPE_UNSPECIFIED",
"autoRegister": true,
"jwtConfig": {
"jwtEndpoint": "string",
"issuer": "string",
"keysEndpoint": "string",
"headerName": "string"
}
}
]
}Was this page helpful?
ListIAMMemberRoles
Explore the ListIAMMemberRoles operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.
ListLoginPolicyIDPs
Explore the ListLoginPolicyIDPs operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.