> For the complete documentation index, see [llms.txt](https://docs.ellipsis-drive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ellipsis-drive.com/developers/api-v3/users/contact-user.md).

# Contact user

| **Description** | Sends an email to contact another user. |
| --------------- | --------------------------------------- |
| **Endpoint**    | `/user/{userId}/contact`                |
| **Method**      | POST                                    |

### Access Level Rules

| **Minimum Access Level** | None |
| ------------------------ | ---- |

### Processing Units

| **Minimum processing units** | None |
| ---------------------------- | ---- |

### Parameters

<table><thead><tr><th>Name</th><th width="347">Description</th><th>Required</th><th>Default</th></tr></thead><tbody><tr><td><code>userId</code></td><td>The id of the user who will receive the message.<br></td><td>true</td><td></td></tr><tr><td><code>message</code></td><td>The message to send to the user.</td><td>true</td><td></td></tr></tbody></table>
