Resolve a handle to a user

Resolves a handle (e.g., “@johndoe” or “johndoe”) to a user entity.

Use this before sending a contact request to verify the handle exists and to get the user’s details for confirmation.

Authentication

X-API-Keystring
Enter your API key for programmatic access
OR
AuthorizationBearer

Enter your JWT token (without the ‘Bearer ’ prefix)

Request

Handle to resolve
handlestringRequired1-31 characters

Handle to resolve (with or without @ prefix)

Response

Resolved entity
dataobject

A resolved handle result. Email is intentionally omitted for privacy - only visible for established contacts.

Errors