pub async fn get_project_members(
    configuration: &Configuration,
    project_id: &str
) -> Result<Vec<CloudAccount>, Error<GetProjectMembersError>>
Expand description

This endpoint requires the user to be a member of the project with the role OWNER or DEVELOPER.