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