Back to GitHub Integrations
Handler · Version 1

GitHub Team Create GitHub

Download GitHub

About

This handler is used for creating a new team within an existing organization on GitHub. After authorizing the given account using a github token, a team is created within the organization.

Getting your GitHub personal API access token

1. Go to https://www.github.com/settings/applications 
2. Click "Create new token" in the "Personal API Access Tokens" section. 
3. Use the new token and username of the account with KineticTask. 

This API token essentially is a password for the user. The user can delete this token at any time in their GitHub settings/applications to revoke access of any applications using it.

Parameters
Name Description Sample
Organization Name Organization to create the team in. Acme
Team Name Name for new team. Alpha
Permissions Permissions for the team. pull -or- push -or- admin
Repositories Add repositories for the team. acme/widgets, acme/handlers
Changelog

githubteamcreate_v1 (2013-06-06)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top