tools.ozone.signature.findRelatedAccounts
GET/xrpc/tools.ozone.signature.findRelatedAccounts
This endpoint is part of the Ozone moderation service APIs. Requests usually require authentication, are directed to the user's PDS intance, and proxied to the Ozone instance indicated by the DID in the service proxying header. Admin authenentication may also be possible, with request sent directly to the Ozone instance.
To learn more about calling atproto API endpoints like this one, see the API Hosts and Auth guide.
Get accounts that share some matching threat signatures with the root account.
Request
Query Parameters
Possible values: >= 1
and <= 100
Default value: 50
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
Array [
Array [
]
]
Array [
]
Array [
]
]
accounts
object[]
required
account
object
required
invitedBy
object
uses
object[]
required
invites
object[]
uses
object[]
required
threatSignatures
object[]
similarities
object[]
{
"cursor": "string",
"accounts": [
{
"account": {
"did": "string",
"handle": "string",
"email": "string",
"relatedRecords": [
null
],
"indexedAt": "2024-11-04T00:29:30.323Z",
"invitedBy": {
"code": "string",
"available": 0,
"disabled": true,
"forAccount": "string",
"createdBy": "string",
"createdAt": "2024-11-04T00:29:30.323Z",
"uses": [
{
"usedBy": "string",
"usedAt": "2024-11-04T00:29:30.323Z"
}
]
},
"invites": [
{
"code": "string",
"available": 0,
"disabled": true,
"forAccount": "string",
"createdBy": "string",
"createdAt": "2024-11-04T00:29:30.323Z",
"uses": [
{
"usedBy": "string",
"usedAt": "2024-11-04T00:29:30.323Z"
}
]
}
],
"invitesDisabled": true,
"emailConfirmedAt": "2024-11-04T00:29:30.323Z",
"inviteNote": "string",
"deactivatedAt": "2024-11-04T00:29:30.323Z",
"threatSignatures": [
{
"property": "string",
"value": "string"
}
]
},
"similarities": [
{
"property": "string",
"value": "string"
}
]
}
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
Possible values: [InvalidRequest
, ExpiredToken
, InvalidToken
]
{
"error": "InvalidRequest",
"message": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
{
"message": "string"
}