How i can get the avatar from a specific user

starting my first plugin but cant find out how i get user information from a user, like Avatar , Full Name, etc.
any advice??

For details about the user you can use the IUserManager::get($uid) method to fetch a IUser object. https://github.com/nextcloud/server/blob/master/lib/public/IUser.php

If you want to display the avatar you can use the jQuery avatar plugin from Nextcloud server: https://github.com/nextcloud/server/blob/master/core/js/jquery.avatar.js