# POST /company/users/invite

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

Invite a user to the company. They receive an invitation email.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `email` | body | string | yes | Email to invite |
| `role` | body | string | yes | Role: client_admin, client_editor, or client_viewer |
| `full_name` | body | string | no | Full name of the invitee |

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