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

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

Get the global (platform-wide) identity record for a team member from the users table -- full_name, email, phone, avatar_url, status, job_title, department, created_at. Returns 404 if the user is not a member of this workspace.

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