An application should be able to use the web service to add a new member to a Moira list. The web service will need to know the following information:
- On whose behalf is this change being made? I.e. What is the name of the authenticated user attempting to use this service?
- The name of the list to be modified.
- The type of member being added to the list (user, kerberos, string, machine).
- The name of the member being added to the list.
This call will return:
- format of data
- error indicators
- success indicator
Input parsing
The web service will perform the following types of parameter validation ...