...
- evloving the security model
- devloping other use cases
- timelines
- sample source code for other application developers
The currently implemented read API's are:
validateUser - validates whether-or-not a specified MIT ID belongs to a specified user.
getUserLists - this is a simplified version of getUserListMembership.
getUserAdminListMembership - returns a list of Moira groups/lists for which a specified user is an administrator
getUserListMembership - returns a list of Moira groups/lists for when a specified user is a member
getListMembership - returns a list of members for a specified Moira group/list.
getListAttributes - returns the attributes of a specified Moira group/list.
getUserAttributes - returns the attributes of a specified Moira user.
The following 2 write API's are non-operational in that the Moira web service does not currently have write access to Moira.
deleteMemberFromList - delete a member from a specified Moira group/list.
addMemberToList - add a member to a specified Moira group/list.
Service URL
https://mapws-stage.mit.edu/moiraws/services
Service WSDL
Moira WSDL https://mapws-stage.mit.edu/moiraws/services/moira?wsdl
Admin Service WSDL
...
https://mapws-stage.mit.edu/moiraws/services/AdminService?wsdl
Version WSDL https://mapws-stage.mit.edu/moiraws/services/Version?wsdlTo be filled in
Jira space regarding this project
...