Organizations Endpoints
Organization Permissions
Get paginated list of git permissions that this organization has access to
GET
Returns a paginated list of git repository permissions that a specific organization has access to within your enterprise.
Path Parameters
The unique identifier of the organization to get permissions for
Query Parameters
Number of permissions to skip for pagination. Must be >= 0.
Maximum number of permissions to return. Must be between 1 and 1000.
Response
Array of git permission objects for the organization
Total number of permissions for the organization
Number of permissions skipped
Maximum number of permissions returned
Whether there are more permissions available
Cursor for the next page of results