put https://{region}.verkada.com/access/v1/access_users/user/profile_photo
This uploads a profile photo for the specified user.
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'