I want to get my domain’s user’s profile information..I am using profile API for this..
Profile API gives only a few fields like (Family Name, Given Name,Email etc)..But i also want to get these fields also:
occupation,department,Phone [Work], Phone [Mobile], Relation [Manager]…
i am not able to get these fields..So please give me suggestion to get these fields.
I got my all fields by Profile API…. Actually if any field is empty then Profile API doesn’t give that field as an output…..
So using Profile API, we can get a user’s full information….
If any field is empty then that tag will not be found thats why all the fields are written in try – catch block…