UserService
GetUser gets a user by username. Format: users/{user} (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