Equality search by email or phone (HMAC-hashed server-side)
Requires VIEWER. Provide exactly one of email/phone. Values never logged.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”projectId
required
string
Project (tenant) identifier. Row-level tenant isolation is enforced on every query.
Request Bodyrequired
Section titled “Request Bodyrequired”Media typeapplication/json
object
email
string
phone
string
Examplegenerated
{ "email": "example", "phone": "example"}Responses
Section titled “Responses”Matched users (masked) + match_field.
Media typeapplication/json
object
users
Array<object>
object
key
additional properties
any
match_field
string
Missing/both of email & phone, or invalid JSON.
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}Not authenticated (401 via requireAuthenticated) or insufficient project role (403).
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}Server missing HMAC key, or hashing failed.
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}