Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Sametime Forum

HCL Sametime Forum


  

PreviousPrevious NextNext


~Martha Breboosisterobu 2.Aug.16 10:41 PM a Web browser
Sametime Advanced 9.0 Windows


Hi All,

I am trying to add invitees list to the chat room using same time advanced rest api call. I am passing Array containing user emails using ajax put request but receiving error.
var users = [];
users.push('x_test@test.com');
users.push('y_test@test.com');
$.ajax({
url: "http://st9advanced.waters.com:9080/stadvancedapi/api/chat/id/"+currentChatRoomId+"?invitees="+users,
type: "PUT",
contentType: "text/xml",
dataType: "xml",
useDefaultXhrHeader: false,
processData: true,
traditional: true,


what am i missing in this request. Please suggest me the right way to use array .

Thank you,








  Document options
Print this pagePrint this page

 Search this forum

  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

 RSS feedsRSS
All forum posts RSS
All main topics RSS