get_user_by_query_v1_users_get
Look up a user's public profile by providing their username. Returns matching user's public profile without authentication.
Instructions
GET /v1/users (public) — Look up user by username — Look up a user by username.
When username is provided, returns the matching user's public profile
(same shape as GET /v1/users/{user_id}).
This endpoint is public and does not require authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | No | Username to look up |