# PATCH /company/users/:userId/workspace-user-preferences

**Resource:** [Company](./company.md)  
**Scopes:** `users:write`  
**Write operation:** yes

Set workspace-level preferences for a team member. Accepted field: default_pipeline_id (UUID of the pipeline to show by default, or null to clear).

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `userId` | path | uuid | yes | User ID |
| `default_pipeline_id` | body | uuid | null | no | Pipeline to show by default in this workspace, or null to clear |

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`