interactions
Get interaction restrictions for an organization
Shows which type of GitHub user can interact with this organization and when the restriction expires. If there is no restrictions, you will see an empty response.
get/orgs/{org}/interaction-limits
Path parameters
orgstring required
The organization name. The name is not case sensitive.
Response
Response
Example response
{
"limit": "collaborators_only",
"origin": "repository",
"expires_at": "2018-08-17T04:18:39Z"
}