# GET /company/users/:userId

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

Get a single team member with workspace-enriched profile. Returns membership role, status, and profile fields overlaid with any workspace-scoped overrides from company_user_settings.

## 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`