Avatar
GET /api/v2/{bucket}/{resource_type}/{uid}/avatar
GET
/api/v2/{bucket}/{resource_type}/{uid}/avatar
The avatar for the person or organisation If an image has been provided it will be returned as a redirect If no image has been provided a placeholder image will be generated based on the initials of the name.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” bucket
required
The bucket (client) name
string
Example
example resource_type
required
The type of resource, usually the second element in the URI e.g person, organisation, member, payment
string
Example
person uid
required
Usually the final element in the URI, an alphanumeric unique identifier
string
Example
6305f074683e800f3abe809eResponses
Section titled “ Responses ”PNG Image
Redirect to the image
Headers
Section titled “Headers ” location
string
Location of the remote image
Not found