Fetch User
User Endpoints
Fetch User
Get a user’s public profile by ID
GET
Fetch User
Returns a user’s public profile by their Replyke user ID. Optionally includes associated file records for the avatar and banner.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The Replyke user ID (UUID).
Query Parameters
Comma-separated list of associations to include. Pass
"files" to include
the processed avatarFile and bannerFile objects.Response
On success, returns HTTP200 with the user object:
Unique user ID (UUID).
External identifier linking this user to your system.
Project this user belongs to.
Display name.
Unique username within the project.
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 Params — 400
Invalid Params — 400

