Plumbling put in place to set Lync SipAddress and LineUri
This commit is contained in:
parent
ad52464658
commit
65ab6722fd
10 changed files with 597 additions and 432 deletions
|
@ -39,6 +39,7 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
|
||||
bool CreateUser(string organizationId, string userUpn, LyncUserPlan plan);
|
||||
LyncUser GetLyncUserGeneralSettings(string organizationId, string userUpn);
|
||||
bool SetLyncUserGeneralSettings(string organizationId, string userUpn, LyncUser lyncUser);
|
||||
bool SetLyncUserPlan(string organizationId, string userUpn, LyncUserPlan plan);
|
||||
bool DeleteUser(string userUpn);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue