Skip to main content
POST
/
api
/
orgs
/
{id}
/
members
/
{memberId}
/
avatar
Upload avatar
curl --request POST \
  --url https://atollhq.com/api/orgs/{id}/members/{memberId}/avatar \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

id identifier

memberId
string
required

memberId identifier

Body

multipart/form-data
file
file
required

Response

Successful response

The response is of type object.