UserService
GetUser gets a user by ID or username. Supports both numeric IDs and username strings:
- users/{id} (e.g., users/101)
- users/{username} (e.g., users/steven)
get/api/v1/users/{user}
Path parameters
userstring required
The user id.
Query parameters
readMaskstring field-mask
Optional. The fields to return in the response. If not specified, all fields are returned.
Response
OK