Approve or reject a join request
Approve or reject a pending join request. Approved users become staff members. Sends a notification to the requester. Owner only.
Approve or reject a pending join request. Approved users become staff members. Sends a notification to the requester. Owner only.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://example.com/organization/join-request/550e8400-e29b-41d4-a716-446655440000" \ -H "Content-Type: application/json" \ -d '{ "action": "approve" }'{ "success": true, "message": "string"}Place a retention hold POST
Places immutable, controller-authorized hold evidence. Matter-key replays are idempotent only when the evidence is identical.
Public organization search GET
Search organizations by name and type without authentication. Returns minimal info (id, name, city). Requires at least 2 characters. Used for pre-auth flows.