Get user by ID
Retrieve a single user's full details including all organization memberships. Platform admin access required.
Retrieve a single user's full details including all organization memberships. Platform admin access required.
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
id*string
Response Body
application/json
curl -X GET "https://example.com/admin/users/550e8400-e29b-41d4-a716-446655440000"{ "user": null, "memberships": [ null ]}Empty
Empty
Empty
Empty
Get organization by ID GET
Retrieve a single organization's full details including all members and subscription info. Platform admin access required.
List all organizations GET
Retrieve a paginated list of all organizations with member counts. Platform admin access required. Supports search and type filtering.