Skip to main content
GET
Lookup user

Overview

Look up a user by their tag (username) or user ID to get their public profile info. Provide either tag or userId, not both.
Requires read authentication. Include your X-Public-Key header.

Query parameters

string
The user’s tag (username). Case-insensitive.
string
The user’s ID (UUID).

Example request

Response

string
The user’s unique ID (UUID).
string
The user’s tag (username).
string
URL of the user’s profile image. May be empty if no image is set.

Errors