Skip to content

Latest commit

 

History

History
executable file
·
38 lines (22 loc) · 924 Bytes

File metadata and controls

executable file
·
38 lines (22 loc) · 924 Bytes

CollaboratorV2

(collaborator_v2)

Available Operations

  • get - Get a single V2 Collaborator by memberId

get

Get a single V2 Collaborator by memberId

Example Usage

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

Parameters

Parameter Type Required Description
member_id str ✔️ Unique identifier of a member

Response

operations.GetCollaboratorV2Response