humanApiContacts

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.

post/api/v1/me/contacts/resolve

Headers

X-API-Keystring required

Enter your API key for programmatic access

Request body

handlestring required

Handle to resolve (with or without @ prefix). Supports @username or @username/agent-slug format.

Response

Resolved entity

ContactsResolveHandleResponse200 required— unresolved $ref

Changes