Revision: 3881
Author:   [email protected]
Date:     Mon Jun 27 02:00:28 2011
Log:      Edited wiki page SoapMethods through web user interface.
http://code.google.com/p/openmeetings/source/detail?r=3881

Modified:
 /wiki/SoapMethods.wiki

=======================================
--- /wiki/SoapMethods.wiki      Mon Jun 27 01:59:00 2011
+++ /wiki/SoapMethods.wiki      Mon Jun 27 02:00:28 2011
@@ -158,6 +158,25 @@
 || Long || externalUserId || externalUserId ||
 || String || externalUserType || externalUserType ||

+==== deleteUserById ====
+
+Method: _public Long deleteUserById(String SID, Long userId)_
+
+Params:
+|| *type* || *name* || *description* ||
+|| String || SID || The SID from getSession ||
+|| Long || userId || userId ||
+
+==== deleteUserByExternalUserIdAndType ====
+
+Method: _public Long deleteUserByExternalUserIdAndType(String SID, Long externalUserId, String externalUserType)_
+
+Params:
+|| *type* || *name* || *description* ||
+|| String || SID || The SID from getSession ||
+|| Long || externalUserId || externalUserId ||
+|| String || externalUserType || externalUserType ||
+
 ==== setUserObject ====

Method: _public Long setUserObject(String SID, String username, String firstname, String lastname, String profilePictureUrl, String email)_

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to