Comment 8 for bug 498181

Revision history for this message
Edwin Grubbs (edwin-grubbs) wrote : Re: cannot propose a member to a team trough launchpadlib

There is a separate join() method that needs to be exposed on the api. join() is called on the team that will become a new member, whereas addMember() is called on the team that will get a new member; therefore, you the team you need to be an admin on changes depending on which method you call. The need for separate methods is caused by zope's security wrapper.