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.
Path Parameters
string
required
The unique ID of the user to fetch
Response
string
Unique user identifier
string
ID of the project this user belongs to
string
External reference ID if user was imported from another system
string
User’s full name
string
User’s unique username
string
URL to user’s avatar image
string
User’s biography
string
User’s birthdate in ISO 8601 format
number
User’s reputation score
object
object
Custom public metadata
string
Account creation timestamp
string
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.

