ZITADEL Docs
APIsCore ResourcesV2User

ListIDPLinks

List links to an identity provider of an user

List links to an identity provider of an user.

POST
/v2/users/{user_id}/links/_search

Path Parameters

user_id*string

Request Body

application/json

query?

list limitations and ordering

[key: string]?never

Response Body

application/json

application/json

curl -X POST "https://loading/v2/users/string/links/_search" \  -H "Content-Type: application/json" \  -d '{}'
{
  "details": {
    "totalResult": 0,
    "processedSequence": 0,
    "timestamp": "1s"
  },
  "result": [
    {
      "idpId": "string",
      "userId": "string",
      "userName": "string"
    }
  ]
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?