ZITADEL Docs
APIsCore ResourcesV1Authenticated User

ListMyLinkedIDPs

POST
/users/me/idps/_search

Request Body

application/json

query?

list limitations and ordering

[key: string]?never

Response Body

application/json

application/json

curl -X POST "https://loading/users/me/idps/_search" \  -H "Content-Type: application/json" \  -d '{}'
{
  "details": {
    "totalResult": 0,
    "processedSequence": 0,
    "viewTimestamp": "1s"
  },
  "result": [
    {
      "userId": "string",
      "idpId": "string",
      "idpName": "string",
      "providedUserId": "string",
      "providedUserName": "string",
      "idpType": "IDP_TYPE_UNSPECIFIED"
    }
  ]
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?