Skip to content

Latest commit

 

History

History
executable file
·
32 lines (17 loc) · 528 Bytes

File metadata and controls

executable file
·
32 lines (17 loc) · 528 Bytes

CollaboratorsDetailsV2

(collaborators_details_v2)

Available Operations

  • get - Get a list of collaborators and their details

get

Get a list of collaborators and their details

Example Usage

import wingspan


s = wingspan.Wingspan()


res = s.collaborators_details_v2.get()

if res.collaborators_report_responses is not None:
    # handle response
    pass

Response

operations.GetCollaboratorsDetailsV2Response