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

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

Get the company role and join date for a team member. Returns role (client_admin, client_editor, or client_viewer) and created_at.

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