List all users
Retrieve a paginated list of all platform users with their organization memberships. Platform admin access required. Supports search by email and role filtering.
Retrieve a paginated list of all platform users with their organization memberships. Platform admin access required. Supports search by email and role filtering.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Query Parameters
Response Body
application/json
curl -X GET "https://example.com/admin/users"{ "users": [ { "id": "string", "name": "string", "email": "string", "image": "string", "role": "string", "banned": true, "createdAt": null, "organizations": [ null ] } ], "total": 0}List duplicate subscription compensations GET
List recent unexpected Stripe Checkout completions and their cancellation/refund state. Platform admin access required.
Authorize whole-conversation deletion as platform legal POST
Authorizes permanent placeholder conversion without participant approvals. Platform admin access and immutable database evidence are required.