27 lines
1.4 KiB
Markdown
27 lines
1.4 KiB
Markdown
---
|
|
title: REST API endpoints for organization interactions
|
|
shortTitle: Organization
|
|
intro: >-
|
|
Use the REST API to temporarily restrict which type of user can comment, open
|
|
issues, or create pull requests in the organization's public repositories.
|
|
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
|
|
fpt: '*'
|
|
ghec: '*'
|
|
topics:
|
|
- API
|
|
allowTitleToDifferFromFilename: true
|
|
autogenerated: rest
|
|
---
|
|
|
|
## About organization interactions
|
|
|
|
Organization owners can temporarily restrict which type of user can comment, open issues, or create pull requests in the organization's public repositories. {% data reusables.interactions.interactions-detail %} Here's more about the types of {% data variables.product.product_name %} users:
|
|
|
|
* {% data reusables.interactions.existing-user-limit-definition %} in the organization.
|
|
* {% data reusables.interactions.contributor-user-limit-definition %} in the organization.
|
|
* {% data reusables.interactions.collaborator-user-limit-definition %} in the organization.
|
|
|
|
Setting the interaction limit at the organization level will overwrite any interaction limits that are set for individual repositories owned by the organization. To set different interaction limits for individual repositories owned by the organization, use the [Repository](/rest/interactions/repos) interactions endpoints instead.
|
|
|
|
<!-- Content after this section is automatically generated -->
|