(collaborators_v2)
- list - Lists all collaborators in the V2 format
Lists all collaborators in the V2 format
import wingspan
s = wingspan.Wingspan()
res = s.collaborators_v2.list()
if res.collaborator_v2s is not None:
# handle response
pass