projects
Add project collaborator
Adds a collaborator to an organization project and sets their permission level. You must be an organization owner or a project admin to add a collaborator.
put/projects/{project_id}/collaborators/{username}
Path parameters
project_idinteger required
The unique identifier of the project.
usernamestring required
The handle for the GitHub user account.
Request body
Example request
{
"permission": "write"
}Response
Response