API Explorer
Test and explore the Chars.gg API endpoints
Endpoint Details
Get user by ID
GET /v1/users/{id}
Path Parameters
The UUID of the entity
Headers
Response Examples
200 - User details
Schema: {
"$ref": "#/components/schemas/GetUserResponseDto"
}404 - User not found
Schema: {
"$ref": "#/components/schemas/EntityNodeFoundResponseDto"
}