55 lines
1.3 KiB
Markdown
55 lines
1.3 KiB
Markdown
---
|
|
name: users-routes
|
|
description: Handle 5 OpenAPI operation(s) under /v2/users for the users route group.
|
|
---
|
|
|
|
# users API Routes
|
|
|
|
Handle 5 OpenAPI operation(s) under /v2/users for the users route group.
|
|
|
|
Use the generated operation tools to make real API calls. Do not invent API responses.
|
|
If a tool reports missing setup, return the exact setup field name to the caller.
|
|
For write, update, or delete operations, state the intended action before calling the tool.
|
|
|
|
## Operations
|
|
|
|
### user_get
|
|
|
|
- Operation ID: `user_get`
|
|
- Route: `GET /v2/users/{userId}`
|
|
- Mode: READ
|
|
- Summary: Get public user data
|
|
- Parameters:
|
|
- `userId` in `path` required
|
|
|
|
### users_me_get
|
|
|
|
- Operation ID: `users_me_get`
|
|
- Route: `GET /v2/users/me`
|
|
- Mode: READ
|
|
- Summary: Get private user data
|
|
|
|
### users_me_usage_monthly_get
|
|
|
|
- Operation ID: `users_me_usage_monthly_get`
|
|
- Route: `GET /v2/users/me/usage/monthly`
|
|
- Mode: READ
|
|
- Summary: Get monthly usage
|
|
- Parameters:
|
|
- `date` in `query`
|
|
|
|
### users_me_limits_get
|
|
|
|
- Operation ID: `users_me_limits_get`
|
|
- Route: `GET /v2/users/me/limits`
|
|
- Mode: READ
|
|
- Summary: Get limits
|
|
|
|
### users_me_limits_put
|
|
|
|
- Operation ID: `users_me_limits_put`
|
|
- Route: `PUT /v2/users/me/limits`
|
|
- Mode: WRITE
|
|
- Summary: Update limits
|
|
- Body: JSON request body accepted.
|