# Edit profile

| **Description** | Update the profile information |
| --------------- | ------------------------------ |
| **Endpoint**    | `/account/profile`             |
| **Method**      | PATCH                          |

### Access Level Rules

| **Minimum Access Level** | Account holder only |
| ------------------------ | ------------------- |

### Processing Units

| **Processing units** | 0 |
| -------------------- | - |

### Parameters

<table><thead><tr><th>Name</th><th width="312">Description</th><th>Required</th><th>Default</th></tr></thead><tbody><tr><td><code>about</code></td><td>A custom about text as string.</td><td>false</td><td>Default null.</td></tr><tr><td><code>allowContact</code></td><td>Boolean determining whether other Ellipsis Drive users are allowed to contact you through the POST /user/{userId}/contact endpoint.</td><td>false</td><td>Default null.</td></tr><tr><td><code>picture</code></td><td>A profile picture as a base64 string.</td><td>false</td><td>Default null.</td></tr><tr><td><code>homepage</code></td><td>A string containing the homepage url of your website.</td><td>false</td><td>Default null.</td></tr></tbody></table>
