WindmillWWindmill
Powered by
LeandroL
Windmill•13mo ago
Leandro

Different response from an API

Why is it that when i use the api for list users, the 200 response show on the doc it´s different than the response that actually comes?
It's the curl https://app.windmill.dev/api/w//users/list \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
The 200 response should be:
[
{
"email": "…",
"username": "…",
"is_admin": true,
"is_super_admin": true,
"created_at": "2025-01-22T16:37:24.323Z",
"operator": true,
"disabled": true,
"groups": [
"…"
],
"folders": [
"…"
],
"folders_owners": [
"…"
]
}
]
but i'm only getting :
{
"workspace_id": "test",
"email": "value@gmail.com",
"username": "value",
"is_admin": false,
"created_at": "2024-12-03T10:15:40.363816Z",
"operator": false,
"disabled": false,
"role": null
}
WindmillJoin
3,362Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?
Recent Announcements
henri-c

Weekly kenote to tell you about our latest updates https://discord.com/channels/930051556043276338/1278977038430240813 https://youtube.com/live/2dGd9TdT8xs?feature=share

henri-c · 4d ago

Pyra

### HTTP tracing (EE) Capture HTTP requests made by job scripts as observability spans Features: - View HTTP request traces (method, URL, status, timing) in the job details UI - Auto-instrumentation for Native TypeScript, MITM proxy for other languages - Integrates with external OpenTelemetry collectors changelog: https://www.windmill.dev/changelog/http-tracing docs: https://www.windmill.dev/docs/advanced/instance_settings#http-tracing Additionally jobs memory metrics are now fully OSS!

Pyra · 2w ago

henri-c

First keynote of the year here https://discord.com/channels/930051556043276338/1278977038430240813 🙂

henri-c · 4w ago

Similar Threads

API Response of the scripts and variables it's different from the documentation
LeandroLLeandro / help
12mo ago
Get a image from an api
NatNNat / help
2y ago
How do I send a response to client from a flow?
MlearnerMMlearner / help
3y ago
Is there any api to see the webhooks of an workspace?
LeandroLLeandro / help
12mo ago