User avatar in the domain (avatar)

Overview

Provides the user’s autatar in the domain.

Requests

HTTP verb Endpoint Description

GET

/rest/v1/public/resources/avatar/:domain/users/:id

Retrieving a user avatar

Retrieving a user avatar

Request

Request example
GET /rest/v1/public/resources/avatar/some_domain/users/12345678-1234-1234-1234-123456789123 HTTP/1.1

Response

HTTP/1.1 200 OK
Content-Type: image/png

BINARY BODY OF 'avatar.jpg'