31 lines
900 B
Markdown
31 lines
900 B
Markdown
---
|
|
name: dashboard-user-routes
|
|
description: Handle 2 OpenAPI operation(s) under /dashboard_user for the dashboard user route group.
|
|
---
|
|
|
|
# dashboard user API Routes
|
|
|
|
Handle 2 OpenAPI operation(s) under /dashboard_user for the dashboard user 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
|
|
|
|
### dashboard_user_get
|
|
|
|
- Operation ID: `dashboard_user_get`
|
|
- Route: `POST /dashboard_user/get`
|
|
- Mode: WRITE
|
|
- Summary: Retrieve a Dashboard user
|
|
- Body: JSON request body accepted.
|
|
|
|
### dashboard_user_list
|
|
|
|
- Operation ID: `dashboard_user_list`
|
|
- Route: `POST /dashboard_user/list`
|
|
- Mode: WRITE
|
|
- Summary: List Dashboard users
|
|
- Body: JSON request body accepted.
|