Public user profile
Loads public profile of a user
http://dev.moyuniver.ru/api/php/v03/api_user_profile.php?memberid=&uid=
- memberid – unique user identifier
- uid – unique numerical identifier of a user who's profile is being loaded
Request example
Response format
UID#UNAME#ABOUT#IMGLNK#UNNAME#UNNUM#ISFR
- UID – unique numerical user identifier
- # – separator
- UNAME – user name
- ABOUT – user bio
- IMGLNK – 150х150 user avatar link
- UNNAME – short name of the university where user is studying
- UNNUM - number of users studying in the same university
- ISFR - a flag indicating whether a user is a friend of the active user (the one that is viewing this profile)
Response example
245#Гость#Гость#http://www.argusm-edu.ru/img/users/avatar_245_150.jpg#МЭСИ#2#0
Comments (0)