3.1.4.4 AddMembership

The AddMembership  WSDL operation is used to update the specified user profile by adding a membership.

 <wsdl:operation name="AddMembership">
     <wsdl:input message="tns:AddMembershipSoapIn"/>
     <wsdl:output message="tns:AddMembershipSoapOut"/>
 </wsdl:operation>

The protocol client sends an AddMembershipSoapIn request WSDL message and the protocol server responds with an AddMembershipSoapOut response WSDL message.

If the user is not authorized to administer the user profile service and is not updating his or her own user profile, the protocol server MUST send a SOAP fault message.

Additionally, if the user does not have the Use Personalization Features permission, the protocol server MUST send a SOAP fault message.

AddMembership operation

Figure 6: AddMembership operation