_getIdentities: function() {
            console.log('iamInterface.user.getIdentities');
            corbel.validate.value('id', this.id);
            return this.request({
                url: this._buildUriWithDomain(this.uri, this.id) + '/identity',