GuidesRecipesAPI Reference
Log In
API Reference

Update a team member's image

Uploads a team member Profile Image. Available image_keys, along with the supported file types and sizes are in the table below.

🙇

Heads up!

All image file uploads should be base64 encoded.

<tr>
	<th>Image Key</th>
	<th>Supported File Types</th>
	<th>Image Dimensions</th>
</tr>
<tr>
	<td>profile</td>
	<td>
		<ul>
			<li>.jpeg</li>
			<li>.jpg</li>
			<li>.png</li>
		</ul>
	</td>
	<td>192x192</td>
</tr>
<tr>
	<td>header</td>
	<td>
		<ul>
			<li>.jpeg</li>
			<li>.jpg</li>
			<li>.png</li>
		</ul>
	</td>
	<td>640x200</td>
</tr>
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
enum
required

Image to be updated.

Allowed:
uuid
required

Team member ID.

Body Params

Available properties for updating an image.

string
required

Base64-encoded image data without metadata with a file type of [jpg, jpeg, png].

Headers
string

Specify API version, for example '1.0'. By default, the version configured in the company settings is used.

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json