tools.ozone.signature.findRelatedAccounts
#main
Get accounts that share some matching threat signatures with the root account.
Parameters
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| did | string (did) | - | ✅ | - |
| cursor | string | - | ❌ | - |
| limit | integer | - | ❌ | - |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| cursor | string | - | ❌ | - |
| accounts | array of #relatedAccount | - | ✅ | - |
#relatedAccount
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| account | com.atproto.admin.defs#accountView | - | ✅ | - |
| similarities | array of tools.ozone.signature.defs#sigDetail | - | ❌ | - |