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

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

Get workspace-scoped contact info for a team member from company_user_settings -- phone, job_title, department. Returns null values if not set. These fields take priority over the global profile when displayed in the platform.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `userId` | path | uuid | yes | User ID |

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