Start a support access session (act as target user)
POST/admin/support-access/requests
Creates a short-lived support session and returns a delegated token that acts as the target user, with actor metadata. If an active session exists for (lawFirmId,targetUserId) and takeover=false, returns 409 SUPPORT_SESSION_EXISTS.
Request
Responses
- 201
- 400
- 403
- 409
Created
Response Headers
X-Act-As
true when a delegated token is returned
X-Actor-Admin-UserId
X-Support-Session-Id
Error payload
Error payload
Conflict (session already active and takeover=false)