# GET /v1/auth/me

> Me

- `operationId`: `V1AuthMeMe`
- Group: [Inference API](https://sference.com/docs/api-reference/inference-api.md)
- API spec (machine-readable): https://sference.com/openapi.json
- HTML version: https://sference.com/docs/api-reference/inference-api/V1AuthMeMe

## Responses

### `200` — Request fulfilled, document follows

Schema: `UserResponse`

| Field | Type | Required | Constraints | Description |
| --- | --- | --- | --- | --- |
| `username` | string | yes | — | — |
| `role` | string | yes | — | — |

Source: https://sference.com/docs/api-reference/inference-api/V1AuthMeMe
