UserManagerServicesGetCurrentUserProfile Method |
Namespace: IngeniuxCMService
public XHRServiceResponseGeneric<UserProfileInfo> GetCurrentUserProfile( string userId )
Profile details of the user
Sample JSON return
{
"ContentFreezeEndTime": "",
"ContentFreezeStartTime": "",
"code": 0,
"error": null,
"message": {
"_tempThumbnailPath": null,
"cellphone": "",
"defaultEditFormView": "notset",
"email": "jime@ingeniux.com",
"name": "Jim",
"notificationSound": false,
"notificationSoundName": "",
"organization": "Ingeniux Corporation",
"position": "CEO",
"thumbnail": "jim.jpg",
"workphone": ""
}
}