Update the group avatar
Update the group account avatar
Authorizations
AuthorizationstringRequired
Use Common JWT
Path parameters
groupIdstringRequiredExample:
Group id
60af77fd294165466ccdf510Header parameters
X-Symphony-Hoststring · min: 1RequiredExample:
headers to indentify the originator
localhost.symphony.comBody
imagestring · byteOptional
The avatar image for the user profile picture.The image must be a base64-encoded .jpg, .png, or .gif. >- Image size limit: 2 MB
Responses
200
Successful response. Returns the group with the avatar updated
application/json
400
Returned if missing required parameters or wrong parameters
application/json
401
Returned if wrong or missing JWT token
application/json
403
Returned if JWT token missing the required entitlement
application/json
404
Returned if groupId is not found
application/json
429
Returned if the backend is overloaded
application/json
post
/v1/groups/{groupId}/avatarLast updated
Was this helpful?