How do you access the extendedattributes after a GET REST API request as shown below:
jQuery.telligent.evolution.get({ url: jQuery.telligent.evolution.site.getBaseUrl() + 'api.ashx/v2/users/{id}.json', data: { Id: context.userId }, success: function(response) { }