(collaborator_v2)
- get - Get a single V2 Collaborator by memberId
Get a single V2 Collaborator by memberId
import wingspan
from wingspan.models import operations
s = wingspan.Wingspan()
res = s.collaborator_v2.get(member_id='female')
if res.collaborator_v2 is not None:
# handle response
pass
Parameter | Type | Required | Description |
---|---|---|---|
member_id |
str | ✔️ | Unique identifier of a member |