Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data
Response
Successfully updated user's profile picture
The response is of type object
.
Update a user picture for the authenticated workspace
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successfully updated user's profile picture
The response is of type object
.