SSIS Components for GitHub

Build 25.0.9434

RemoveCollaborator

Removes a collaborator from a repository, revoking their access, unstarring repositories, canceling invitations, unassigning issues, denying pull requests, updating related permissions and may delete forks.

Sample


EXECUTE [Repository_MyRepository].[RemoveCollaborator] Login='user'

Input

Name Type Description
Login String The collaborator's username used to login.

Result Set Columns

Name Type Description
Success Boolean Indicates whether or not the operation executed successfully.
Details String Any extra details on the operation's execution.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434