Upload Profile Photo

This uploads a profile photo for the specified user.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Note: the auto-generated code snippets that are not shell may be translated incorrectly. View the documentation in your preferred language on how to PUT a file via HTTP request.

Example request:
curl --location --request PUT 'https://api.verkada.com/access/v1/access_users/user/profile_photo?user_id=00000000-0000-0000-0000-00000000000' \
--header 'x-verkada-auth: v2_00000000000000000000000000' \
--header 'Content-Type: multipart/form-data' \
--header 'Accept: application/json' \
--form 'file=@/Users/default.user/Desktop/photo.jpg'

Query Params
uuid

The unique identifier of the user managed by Verkada.

string

A unique identifier managed externally provided by the customer.

boolean
Defaults to false

Whether to overwrite the existing profile photo.

Body Params
string

Profile photo file path (formatted @/)

Responses
200

OK

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