v5

latestSwagger 2.0MIT2026-08-03485217850.7 KB
organization

Get user permissions in organization

get/users/{username}/orgs/{org}/permissions

Path parameters

usernamestring required

username of the user whose permissions are to be obtained

orgstring required

name of the organization

Response

OrganizationPermissions

can_create_repositoryboolean

Whether the user can create repositories in the organization

can_readboolean

Whether the user can read the organization

can_writeboolean

Whether the user can write to the organization

is_adminboolean

Whether the user is an admin of the organization

is_ownerboolean

Whether the user is an owner of the organization