Skip to main content
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


Notes

  • This endpoint excludes sensitive fields such as email, password hash, and secure metadata.
  • Useful for displaying public profile information of a user.