Assign an organization role to a team
PUT
/orgs/{org}/organization-roles/teams/{team_slug}/{role_id} https://api.github.com
Assigns an organization role to a team in an organization. For more information on organization roles, see "Using organization roles."
The authenticated user must be an administrator for the organization to use this endpoint.
OAuth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.
Parameters
path Path Parameters
| Name | Type |
|---|---|
org
required
The organization name. The name is not case sensitive. | string |
team_slug
required
The slug of the team name. | string |
role_id
required
The unique identifier of the role. | number |
Responses
204
Response
unknown
Client Errors
404
Response if the organization, team or role does not exist.
unknown
422
Response if the organization roles feature is not enabled for the organization, or validation failed.
unknown