---
title: "Searches for relationships (searchRelationshipsService)"
method: POST
path: "/searchRelationshipsService"
---

# Searches for relationships (searchRelationshipsService)

`POST /searchRelationshipsService`

Searches for relationships

## Request body

- ServiceRequestSearchRelationshipsService
  - `content` UpdateRelationshipWsRequest
    - `relationship` RelationshipWs — Relationship between two identities.
      - `id` string
      - `relationshipVerb` string
      - `inverseRelationshipVerb` string
      - `subjectVeratoId` string
      - `objectVeratoId` string
      - `domain` string
      - `trustFactor` string
      - `details` MapStringObject — Generic map of string keys to arbitrary values.
      - `status` string
      - `startDate` string, date-time
      - `endDate` string, date-time
  - `trackingId` string

## Response `200`

Successful search/update relationship operation.

- ServiceResponseSearchRelationshipsService
  - `auditId` string
  - `success` boolean
  - `warnings` string[]
  - `retryableError` boolean
  - `message` string
  - `content` UpdateRelationshipWsResponse
    - `relationship` RelationshipWs — Relationship between two identities.
      - `id` string
      - `relationshipVerb` string
      - `inverseRelationshipVerb` string
      - `subjectVeratoId` string
      - `objectVeratoId` string
      - `domain` string
      - `trustFactor` string
      - `details` MapStringObject — Generic map of string keys to arbitrary values.
      - `status` string
      - `startDate` string, date-time
      - `endDate` string, date-time
  - `errors` string[]
  - `trackingId` string

---

[API](https://skmtc.dev/verato/apis/verato-organization-api.md) · [All operations](https://skmtc.dev/verato/apis/verato-organization-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/verato/verato-organization-api/revisions/9ebf5a50437d/schema)
