action trashnothing_get_profile_images { label: "List current users' profile images" provider: trashnothing method: GET path: "/users/me/profile-images" encoding: json output: { type: "array" items: { type: "object" properties: { image: { type: "string" description: "An image URL." } source: { type: "string" description: "The source of the image. Currently one of: gravatar, facebook, google

NOTE: Additional sources may be added in the future (eg. 'trashnothing' when support for uploading custom profile images is added) so clients should take care to support arbitrary sources being returned.\n" } } } } }