Missing functionality in SOAP/REST API
--------------------------------------

                 Key: OPENMEETINGS-16
                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-16
             Project: Openmeetings
          Issue Type: Improvement
          Components: SOAP/REST API
            Reporter: Thomas Nordström


To be able to use SOAP/REST API for fully managing users and organizations from 
an external system there seems to be missing some functionality/methods in API.

The following API methods needs to be added for complete management of users 
and organizations through API:

Organizations
---------------------------------
- addNewOrganisation (Add a new organization)
- updateOrganisation (Update name of existing organization)
- deleteOrganisation (Delete an organization by ID)
- getOrganisations (List all existing organizations)
- removeUserFromOrganisation (Remove user from an organization)

Users
----------------------------------

- updateUser (Update existing account)
- getUsers (List all users)

Also addNewUser and updateUser should take SIP-account settings as parameters. 
These are now missing from already existing addNewUser method. As an 
alternative SIP-account settings could be set by separate method.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to