Fix metabase list user

Signed-off-by: Bryan Frimin <bryan@probo.com>
This commit is contained in:
Bryan Frimin
2026-05-28 20:12:24 -07:00
parent 1853e5af39
commit 0e40938158
3 changed files with 122 additions and 5 deletions

View File

@@ -9,12 +9,16 @@ interactions:
content_length: 0
host: k7.metabaseapp.com
form:
limit:
- "50"
offset:
- "0"
status:
- all
headers:
Accept:
- application/json
url: https://k7.metabaseapp.com/api/user?status=all
url: https://k7.metabaseapp.com/api/user?limit=50&offset=0&status=all
method: GET
response:
proto: HTTP/2.0
@@ -22,7 +26,7 @@ interactions:
proto_minor: 0
content_length: -1
uncompressed: true
body: '[{"id":1,"email":"alice@example.com","first_name":"Alice","last_name":"Admin","common_name":"Alice A.","is_active":true,"is_superuser":true,"last_login":"2026-05-20T10:11:12.345678Z","date_joined":"2026-01-02T03:04:05Z"},{"id":2,"email":"bob@example.com","first_name":"Bob","last_name":"Builder","is_active":false,"is_superuser":false,"last_login":"","date_joined":"2026-02-03T04:05:06Z"},{"id":3,"email":"","first_name":"No","last_name":"Email","is_active":true,"is_superuser":false}]'
body: '{"data":[{"id":1,"email":"alice@example.com","first_name":"Alice","last_name":"Admin","common_name":"Alice A.","is_active":true,"is_superuser":true,"last_login":"2026-05-20T10:11:12.345678Z","date_joined":"2026-01-02T03:04:05Z"},{"id":2,"email":"bob@example.com","first_name":"Bob","last_name":"Builder","is_active":false,"is_superuser":false,"last_login":"","date_joined":"2026-02-03T04:05:06Z"},{"id":3,"email":"","first_name":"No","last_name":"Email","is_active":true,"is_superuser":false}],"total":3,"limit":50,"offset":0}'
headers:
Content-Type:
- application/json; charset=utf-8