summaryrefslogtreecommitdiffstats
path: root/lib/public/iuser.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/iuser.php')
-rw-r--r--lib/public/iuser.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/public/iuser.php b/lib/public/iuser.php
index 1e52cd59036..67e2b107e0b 100644
--- a/lib/public/iuser.php
+++ b/lib/public/iuser.php
@@ -152,4 +152,21 @@ interface IUser {
* @since 9.0.0
*/
public function getEMailAddress();
+
+ /**
+ * get the avatar image if it exists
+ *
+ * @param int $size
+ * @return IImage|null
+ * @since 9.0.0
+ */
+ public function getAvatarImage($size);
+
+ /**
+ * get the federation cloud id
+ *
+ * @return string
+ * @since 9.0.0
+ */
+ public function getCloudId();
}