Fetch User by Username
User Endpoints
Fetch User by Username
Look up a user by their username
GET
Fetch User by Username
Finds a user within the project by their
username. Optionally includes file associations for avatar and banner images.
Query Parameters
The username to look up. Lookup is exact-match and case-sensitive to the
stored value (usernames are lowercased on write).
Comma-separated list of associations to include. Pass
"files" to include
the processed avatarFile and bannerFile objects.Space-scoped reputation
This endpoint has no space in context, sospaceReputationId accepts a space <uuid> or none only — context is rejected (400). It adds a spaceReputation field to each returned user, alongside the always-present reputation total. Requires the reputation bundle. See the Reputation data model.
Adds
spaceReputation to each returned user. Either a space <uuid> (that space’s bucket) or none (the project-general bucket). context, the empty string, and the legacy general / null aliases are rejected (400). Missing buckets read as 0.Only honored with an explicit space
<uuid>. When true, spaceReputation is the subtree sum — the space plus all of its descendants. Ignored for none.Response
On success, returns HTTP200 with the user object:
Unique user ID (UUID).
External identifier from your system.
Project this user belongs to.
Display name.
The user’s username.
Avatar image URL.
Short bio text.
Public custom key-value data.
Reputation score.
Processed avatar image with variants. Only present when
include=files is
requested.Processed banner image with variants. Only present when
include=files is
requested.ISO timestamp of account creation.
Error Responses
User Not Found — 404
User Not Found — 404
Invalid Query — 400
Invalid Query — 400

