Get Project Collaborators

getCollaborators(id)

const myClient // an authorized client instance
myClient.project.getCollaborators("valid_id") // [{collaborator 1}, {collaborator 2}]

Last updated