Fetch User
User Endpoints
Fetch User
Retrieve details of a specific user by their ID
GET
Fetch User
Fetch details of a specific user by their ID. This endpoint returns public profile information.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 unique ID of the user to fetch
Response
Unique user identifier
ID of the project this user belongs to
External reference ID if user was imported from another system
User’s full name
User’s unique username
URL to user’s avatar image
User’s biography
User’s birthdate in ISO 8601 format
User’s reputation score
Custom public metadata
Account creation timestamp
Last update timestamp
Error Responses
Missing or Invalid User ID - 400 Bad Request
Missing or Invalid User ID - 400 Bad Request
User Not Found - 404 Not Found
User Not Found - 404 Not Found
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- This endpoint excludes sensitive fields such as email, password hash, and secure metadata.
- Useful for displaying public profile information of a user.

