0

How do I add a participant to a Wave using the Python API given their email address?

Casebash
  • 114,675
  • 90
  • 247
  • 350

1 Answers1

0

The method to add a participant given a user id (AddParticipant) to waves is in the waveapi.model.OpBasedWavelet subclass, rather than just waveapi.model.Wavelet. This user id is an email address. Look at this sample.

Casebash
  • 114,675
  • 90
  • 247
  • 350