pub async fn projects_slash_get_permission_for_user(
configuration: &Configuration,
project_id: i32,
username: &str,
) -> Result<ProjectCollaboratorPermission, Error<ProjectsSlashGetPermissionForUserError>>
Expand description
Returns the collaborator’s permission level for an organization project. Possible values for the permission
key: admin
, write
, read
, none
. You must be an organization owner or a project admin
to review a user’s permission level.