vijay idice created OPENMEETINGS-2040:
-----------------------------------------

             Summary: add new user through rest api return 500 error
                 Key: OPENMEETINGS-2040
                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2040
             Project: Openmeetings
          Issue Type: Bug
          Components: SOAP/REST API
    Affects Versions: 4.0.7
         Environment: php
            Reporter: vijay idice
            Assignee: Maxim Solodovnik


this ajax calling from [http://demoshareslate.hostingxperts.in/feed]  response 
getting 500 error

 

$.ajax({
 method: "POST",
 url: 
"http://103.118.157.16:5080/openmeetings/services/user?sid=1e97375f-fb6a-4e71-8b81-7fb4b99eb211&user=";
 + escape(JSON.stringify({
 address: {
 country: "IT",
 email: "[email protected]",
 },

externalId: "69",
 externalType: "demoShare",
 firstname: "demouser69",
 languageId: "6",
 lastname: "testdemo69",
 login: "testdemo69",
 password: "ABCdefg1*1",
 timeZoneId: "Asia/Kolkata",
 type: "user",
 })) + '&confirm=false',
 data: {},
 dataType: "json",
 success: function(data) {
 if(data)
 {
 }
 }
 });



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to