Set the authenticated user's active org
Auth
Set the authenticated user's active org
Switches the user’s active org via set_user_active_org RPC; the active_org_id is persisted to user_preferences.preferences. Body is { org_id: string }. Returns the same envelope shape as GET /me/context. Returns 403 with code: 'not_a_member' if the user is not a member of the target org. Per ADR-044 Piece 1 / migration 164.
PATCH
Set the authenticated user's active org