Skip to content

Get a user by username

GET/users/{username}

Looks up a user by username and returns the public user shape (no private fields). Readable by anyone, including anonymous callers.

Request

Headers

NameTypeScopes
Authorizationoptionalstring

Path parameters

NameTypeDescription
usernamerequiredstringThe user's username.

Responses

StatusBodyDescription
200SimpleUserThe user.
404ErrorThe requested resource does not exist (or is not visible to the caller).