cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
587
Views
0
Helpful
1
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Abhishek Goud on 29-10-2009 10:16:59 AM
Hi,
 
I have created an Extension Mobility Profile and I am trying to associate it to an END USER. What is the code to do so ? ... I have tried using "UpdateUserReq" and then tried passing the profile in "UpdateUser.phoneprofiles" but to no avail. I am not getting any error thrown at me ... but nothing is happening too ...
 
Please help !
 
Thanks
 
Abhishek
Comments
salim.guerid
Level 5
Level 5

Hi,

Thanks for your post which actually help me to perform the same action (associating an Ext Mob Profile to an end user). It works fine using:

UpdateUserReq req = new UpdateUserReq();

XFkType[] phoneProfiles = new XFkType[1] { new XFkType() { Value = "MyExtMobProfile" } };

req.phoneProfiles = phoneProfiles;

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links