Hi Susmita,
"Sucuser" was a typing mistake. It should be only "user". Sorry for that.
To retrieve a user you can also use your code. You don't need the user id, but user instance from this line:
IUser user = userFactory.getUser(uniqueid);
Then use the getAttribute method to retrieve the values
Regards,
Artem