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

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

Set workspace-scoped contact info for a team member. Accepts phone, job_title, department. Values are stored in company_user_settings and take priority over the global user profile within this workspace.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `userId` | path | uuid | yes | User ID |
| `phone` | body | string | no | Workspace phone number override |
| `job_title` | body | string | no | Workspace job title override |
| `department` | body | string | no | Workspace department override |

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